From dc6e58a37eed9e13fc1f94127e240ef18f0d75c4 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 2 Jun 2014 13:06:39 +0000 Subject: unused declarations removed git-svn-id: http://svn.miranda-ng.org/main/trunk@9394 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/msgs.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugins/TabSRMM/src') diff --git a/plugins/TabSRMM/src/msgs.cpp b/plugins/TabSRMM/src/msgs.cpp index 74f978046f..b653c1d432 100644 --- a/plugins/TabSRMM/src/msgs.cpp +++ b/plugins/TabSRMM/src/msgs.cpp @@ -271,9 +271,6 @@ static INT_PTR ReadMessageCommand(WPARAM, LPARAM lParam) INT_PTR SendMessageCommand_Worker(MCONTACT hContact, LPCSTR pszMsg, bool isWchar) { - TNewWindowData newData = { 0 }; - int isSplit = 1; - // make sure that only the main UI thread will handle window creation if (GetCurrentThreadId() != PluginConfig.dwThreadID) { if (pszMsg) { -- cgit v1.2.3