From a90a30ec3de18405777a992c37dc6dd476465cd8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 4 Nov 2012 20:00:15 +0000 Subject: code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@2194 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/init.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'plugins/Clist_modern') diff --git a/plugins/Clist_modern/src/init.cpp b/plugins/Clist_modern/src/init.cpp index 646543297a..3ae2e98750 100644 --- a/plugins/Clist_modern/src/init.cpp +++ b/plugins/Clist_modern/src/init.cpp @@ -149,11 +149,7 @@ static HRESULT SubclassClistInterface() { // get the contact list interface pcli = ( CLIST_INTERFACE* )CallService(MS_CLIST_RETRIEVE_INTERFACE, 0, (LPARAM)g_hInst); - if ((INT_PTR)pcli == CALLSERVICE_NOTFOUND || pcli->version < 6 ) - { - MessageBoxA( NULL, "This version of plugin requires Miranda IM " MINIMAL_COREVERSION_STR " or later", "Fatal error", MB_OK ); - return TRUE; - } + // OVERLOAD CLIST INTERFACE FUNCTIONS // // Naming convention is: -- cgit v1.2.3