summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/sendqueue.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-04-26 21:45:16 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-04-26 21:45:16 +0000
commit965ba4945c4efe30614e756c2c7b5ec102cf7c41 (patch)
tree4052305aa31b9a6d5e55985b80d73e173bd313aa /plugins/TabSRMM/src/sendqueue.h
parent0cc8cfe3e675f898f5e4f8b1ddc167ab77b7a163 (diff)
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@4545 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/sendqueue.h')
-rw-r--r--plugins/TabSRMM/src/sendqueue.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/sendqueue.h b/plugins/TabSRMM/src/sendqueue.h
index a5b2e63d69..fa23a189d9 100644
--- a/plugins/TabSRMM/src/sendqueue.h
+++ b/plugins/TabSRMM/src/sendqueue.h
@@ -42,7 +42,6 @@ struct SendJob
{
HANDLE hSendId;
char *szSendBuffer;
- int dwLen; // actual buffer length (checked for reallocs()
int iSendLength; // length of message in utf-8 octets (used to check maxlen)
int sendCount;
HANDLE hOwner;