summaryrefslogtreecommitdiff
path: root/plugins/VoiceService/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-08-19 17:55:12 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-08-19 17:55:12 +0300
commit96f34ff28a65710520816b32a87ab6752c32c02f (patch)
tree4a9c80b8d45531bb05a7dacc97a5bddab58968f1 /plugins/VoiceService/src/stdafx.h
parent2fc7cab6c488e18f3178b9311418234851f81e7b (diff)
fixes #3167 (VoiceService: problems with frame) - no frame, no pain
Diffstat (limited to 'plugins/VoiceService/src/stdafx.h')
-rw-r--r--plugins/VoiceService/src/stdafx.h10
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: