diff options
Diffstat (limited to 'protocols/IcqOscarJ/icq_proto.cpp')
-rw-r--r-- | protocols/IcqOscarJ/icq_proto.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/IcqOscarJ/icq_proto.cpp b/protocols/IcqOscarJ/icq_proto.cpp index 495c29bd98..8e5d11100c 100644 --- a/protocols/IcqOscarJ/icq_proto.cpp +++ b/protocols/IcqOscarJ/icq_proto.cpp @@ -359,9 +359,6 @@ int CIcqProto::OnModulesLoaded( WPARAM wParam, LPARAM lParam ) int CIcqProto::OnPreShutdown(WPARAM wParam,LPARAM lParam)
{
- // all threads should be terminated here
- icq_InfoUpdateCleanup();
-
// Make sure all connections are closed
CloseContactDirectConns(NULL);
return 0;
|