From 44ac1f94e8f7bb3b5c64ce7f11a35bfb8bdc0ae2 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 13 Aug 2022 14:17:12 +0300 Subject: unused variable removed --- plugins/VoiceService/src/frame.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'plugins/VoiceService/src/frame.cpp') 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() -- cgit v1.2.3