diff options
author | George Hazan <george.hazan@gmail.com> | 2013-09-21 19:25:14 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-09-21 19:25:14 +0000 |
commit | b4caa062df453412e7cafa5b96afab0b0c3a2940 (patch) | |
tree | 1bc9525da82181a285cfd80f57fc0ac5975a59d4 /protocols/JabberG/src/jabber_proto.cpp | |
parent | 9f8f69354030860c05e3c89b8050723a135b74f4 (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.cpp | 2 |
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();
|