From aac409bdd73fd96d256f87285a7c9b959d2117b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 19 Jul 2022 14:12:20 +0200 Subject: Remove EBMessageBoxA. --- c/common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'c/common.h') diff --git a/c/common.h b/c/common.h index 9d14b1d..bffc9e5 100644 --- a/c/common.h +++ b/c/common.h @@ -12,7 +12,6 @@ #endif int EBMessageBox(const TCHAR* tszText, const TCHAR* tszCaption, unsigned uType); -int EBMessageBoxA(const char* szText, const char* szCaption, unsigned uType); struct Win32Error : public std::exception { -- cgit v1.2.3