diff options
Diffstat (limited to 'plugins/VoiceService/src/stdafx.h')
-rw-r--r-- | plugins/VoiceService/src/stdafx.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/VoiceService/src/stdafx.h b/plugins/VoiceService/src/stdafx.h index 4ef560e84f..6fcd01ff9c 100644 --- a/plugins/VoiceService/src/stdafx.h +++ b/plugins/VoiceService/src/stdafx.h @@ -63,19 +63,15 @@ using namespace std; #include "resource.h" #include "version.h" #include "options.h" -#include "frame.h" #include "popup.h" ///////////////////////////////////////////////////////////////////////////////////////// struct CMPlugin : public PLUGIN<CMPlugin> { - bool bFramesExist = false; - CMPlugin(); int Load() override; - int Unload() override; }; #define MODULE_NAME "VoiceService" @@ -91,12 +87,6 @@ struct CMPlugin : public PLUGIN<CMPlugin> #define AUTO_ACCEPT 1 #define AUTO_DROP 2 -extern HFONT fonts[NUM_STATES]; -extern COLORREF font_colors[NUM_STATES]; -extern int font_max_height; -extern COLORREF bkg_color; -extern HBRUSH bk_brush; - class VoiceProvider { public: |