diff options
author | George Hazan <ghazan@miranda.im> | 2021-06-12 18:32:37 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-06-12 18:32:37 +0300 |
commit | b1994b49c2eefeba8472eb46418b961422640f18 (patch) | |
tree | f1ca6a4918d759796aa198bd72b38770346a4c0d /protocols/JabberG/src/jabber_proto.cpp | |
parent | 8752dc000c86f3115fe85c1d2ee08a21862b943e (diff) |
minus another stupid thread in Jabber
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.cpp')
-rwxr-xr-x | protocols/JabberG/src/jabber_proto.cpp | 3 |
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);
|