summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_proto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.cpp')
-rwxr-xr-xprotocols/JabberG/src/jabber_proto.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/JabberG/src/jabber_proto.cpp b/protocols/JabberG/src/jabber_proto.cpp
index b3350947f0..35725cea26 100755
--- a/protocols/JabberG/src/jabber_proto.cpp
+++ b/protocols/JabberG/src/jabber_proto.cpp
@@ -283,8 +283,6 @@ void CJabberProto::OnModulesLoaded()
XStatusInit();
m_pepServices.InitGui();
- m_iqManager.Start();
-
InitInfoFrame();
StatusIconData sid = {};
@@ -350,7 +348,6 @@ void CJabberProto::OnShutdown()
MucShutdown();
m_iqManager.ExpireAll();
- m_iqManager.Shutdown();
ConsoleUninit();
Srmm_RemoveIcon(m_szModuleName, 0);