aboutsummaryrefslogtreecommitdiff
path: root/c/common.h
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-07-19 14:12:20 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-07-19 14:12:20 +0200
commitaac409bdd73fd96d256f87285a7c9b959d2117b3 (patch)
treea8f32498741c6588beddc1ef6700e20b9339ab57 /c/common.h
parent61f7d770dbeb5df98b94d9e8cef0c4c86e396447 (diff)
downloadEpisodeBrowser-aac409bdd73fd96d256f87285a7c9b959d2117b3.tar.gz
Remove EBMessageBoxA.
Diffstat (limited to 'c/common.h')
-rw-r--r--c/common.h1
1 files changed, 0 insertions, 1 deletions
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
{