summaryrefslogtreecommitdiff
path: root/plugins/VoiceService/src/frame.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-08-13 14:17:12 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-08-13 14:17:12 +0300
commit44ac1f94e8f7bb3b5c64ce7f11a35bfb8bdc0ae2 (patch)
treefd9e62775e63cd455a57cda7bf7b242f3d5692ff /plugins/VoiceService/src/frame.cpp
parent93554ecf4c8435fd53268d0f3d80bc407d523bd3 (diff)
unused variable removed
Diffstat (limited to 'plugins/VoiceService/src/frame.cpp')
-rw-r--r--plugins/VoiceService/src/frame.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/VoiceService/src/frame.cpp b/plugins/VoiceService/src/frame.cpp
index 5440e1d7f1..83367200d3 100644
--- a/plugins/VoiceService/src/frame.cpp
+++ b/plugins/VoiceService/src/frame.cpp
@@ -19,14 +19,12 @@ Boston, MA 02111-1307, USA.
#include "stdafx.h"
-// Prototypes /////////////////////////////////////////////////////////////////////////////////////
+#define H_SPACE 2
-HWND hwnd_container = NULL;
+// Prototypes /////////////////////////////////////////////////////////////////////////////////////
int frame_id = -1;
-#define H_SPACE 2
-
// Functions //////////////////////////////////////////////////////////////////////////////////////
static int GetMaxLineHeight()