From 7c2e75f14ad9dd186a85b17587c21c2561286581 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 28 Apr 2016 11:27:27 +0000 Subject: - 2nd & 3rd lines handling unification; - no need to copy data to make async calls; - no need to launch a thread to save a couple of msecs on a very large roster; - unused code & params cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16785 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/modern_clistmod.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/Clist_modern/src/modern_clistmod.cpp') diff --git a/plugins/Clist_modern/src/modern_clistmod.cpp b/plugins/Clist_modern/src/modern_clistmod.cpp index 1de81d7980..2377f671e9 100644 --- a/plugins/Clist_modern/src/modern_clistmod.cpp +++ b/plugins/Clist_modern/src/modern_clistmod.cpp @@ -25,7 +25,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "stdafx.h" #include "modern_clist.h" #include "modern_commonprototypes.h" -#include "modern_gettextasync.h" #include "modern_sync.h" #include "modern_clui.h" #include @@ -138,7 +137,6 @@ void UnLoadContactListModule() //unhooks noncritical events int CListMod_ContactListShutdownProc(WPARAM, LPARAM) { - gtaShutdown(); FreeDisplayNameCache(); return 0; } -- cgit v1.2.3