summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_proto.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-09-21 19:25:14 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-09-21 19:25:14 +0000
commitb4caa062df453412e7cafa5b96afab0b0c3a2940 (patch)
tree1bc9525da82181a285cfd80f57fc0ac5975a59d4 /protocols/JabberG/src/jabber_proto.cpp
parent9f8f69354030860c05e3c89b8050723a135b74f4 (diff)
some unused variables & functions
git-svn-id: http://svn.miranda-ng.org/main/trunk@6169 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.cpp')
-rw-r--r--protocols/JabberG/src/jabber_proto.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/JabberG/src/jabber_proto.cpp b/protocols/JabberG/src/jabber_proto.cpp
index 9f7afeab88..bf49fe07be 100644
--- a/protocols/JabberG/src/jabber_proto.cpp
+++ b/protocols/JabberG/src/jabber_proto.cpp
@@ -148,7 +148,6 @@ CJabberProto::CJabberProto(const char* aProtoName, const TCHAR *aUserName) :
GlobalMenuInit();
WsInit();
IqInit();
- SerialInit();
ConsoleInit();
InitCustomFolders();
@@ -188,7 +187,6 @@ CJabberProto::~CJabberProto()
{
WsUninit();
IqUninit();
- SerialUninit();
ConsoleUninit();
GlobalMenuUninit();