diff options
author | George Hazan <george.hazan@gmail.com> | 2014-06-02 13:06:39 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-06-02 13:06:39 +0000 |
commit | dc6e58a37eed9e13fc1f94127e240ef18f0d75c4 (patch) | |
tree | f653aa1968ecc4b2a238ca8bafd021873ec86492 /plugins/TabSRMM | |
parent | 66d781d29999c0b87ed75d60a236cf19a13bbc66 (diff) |
unused declarations removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@9394 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM')
-rw-r--r-- | plugins/TabSRMM/src/msgs.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
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) {
|