summaryrefslogtreecommitdiff
path: root/plugins/MirandaG15/src/CAppletManager.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-05-28 20:39:24 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-05-28 20:39:24 +0000
commit7021acd12bc0ae847b7e3f00a63ef2a5f8e89843 (patch)
treebc3b05d80358d626154658c9c2a2643264b59d24 /plugins/MirandaG15/src/CAppletManager.cpp
parentec7ac33c495d89d4732979a8b30080edafbe8b7a (diff)
warning fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@13888 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirandaG15/src/CAppletManager.cpp')
-rw-r--r--plugins/MirandaG15/src/CAppletManager.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/MirandaG15/src/CAppletManager.cpp b/plugins/MirandaG15/src/CAppletManager.cpp
index 11febc29b1..b31b5a76f5 100644
--- a/plugins/MirandaG15/src/CAppletManager.cpp
+++ b/plugins/MirandaG15/src/CAppletManager.cpp
@@ -775,7 +775,6 @@ void CAppletManager::SendTypingNotification(MCONTACT hContact,bool bEnable)
MEVENT CAppletManager::SendMessageToContact(MCONTACT hContact,tstring strMessage)
{
tstring strAscii = _A2T(toNarrowString(strMessage).c_str());
- int bufSize = mir_tstrlen(strAscii.c_str())+1;
SMessageJob *pJob = new SMessageJob();
pJob->dwTimestamp = GetTickCount();
pJob->hContact = hContact;