diff options
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
|