diff options
author | George Hazan <ghazan@miranda.im> | 2021-06-12 12:41:52 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-06-12 12:41:52 +0300 |
commit | 8752dc000c86f3115fe85c1d2ee08a21862b943e (patch) | |
tree | db7f68b7fda3a500a53230a6e30ad7fe9173dd56 /protocols/JabberG/src/jabber_proto.cpp | |
parent | 59b505b37f358efa222abaf8aebe9cde4b81d49e (diff) |
fixes #2915 (Miranda takes too long to end process)
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.cpp')
-rwxr-xr-x | protocols/JabberG/src/jabber_proto.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_proto.cpp b/protocols/JabberG/src/jabber_proto.cpp index cb222192d8..b3350947f0 100755 --- a/protocols/JabberG/src/jabber_proto.cpp +++ b/protocols/JabberG/src/jabber_proto.cpp @@ -285,7 +285,6 @@ void CJabberProto::OnModulesLoaded() m_iqManager.Start();
- ConsoleInit();
InitInfoFrame();
StatusIconData sid = {};
|