diff options
author | George Hazan <ghazan@miranda.im> | 2017-11-16 22:26:08 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-11-16 22:26:08 +0300 |
commit | a991e99b78a5f3c1fbd42e9b6cc4bfc7b30e83b6 (patch) | |
tree | 60b88f672fc3d401640aa23eb902175c8089095d /plugins/StopSpamPlus/src/stdafx.h | |
parent | 165da716f5e72665355cc774f7c9df1d0be377bd (diff) |
TranslateT for global data is a very bad idea
Diffstat (limited to 'plugins/StopSpamPlus/src/stdafx.h')
-rw-r--r-- | plugins/StopSpamPlus/src/stdafx.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/StopSpamPlus/src/stdafx.h b/plugins/StopSpamPlus/src/stdafx.h index fa52b8e615..4b25fba17b 100644 --- a/plugins/StopSpamPlus/src/stdafx.h +++ b/plugins/StopSpamPlus/src/stdafx.h @@ -31,10 +31,8 @@ typedef std::wstring tstring; #define pluginName LPGEN("StopSpam")
-extern wchar_t * pluginDescription;
-extern wchar_t const * infTalkProtPrefix;
-extern char const * answeredSetting;
-extern char const * questCountSetting;
+extern char const *answeredSetting;
+extern char const *questCountSetting;
extern HINSTANCE hInst;
//options
|