diff options
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();
|