From 1d27f48747a56f66d642527af00370aeb54fae23 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 12 Jan 2013 12:39:28 +0000 Subject: - One more portion of Miranda IM extermination from Russian langpack - Some obsolete warning messageboxes removed - Geraman language added to LangpackSuite git-svn-id: http://svn.miranda-ng.org/main/trunk@3067 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/stdclist/src/init.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/core') diff --git a/src/core/stdclist/src/init.cpp b/src/core/stdclist/src/init.cpp index c5cdd97b77..c6749dfdf0 100644 --- a/src/core/stdclist/src/init.cpp +++ b/src/core/stdclist/src/init.cpp @@ -136,13 +136,6 @@ extern "C" __declspec(dllexport) int CListInitialise() mir_getLP( &pluginInfo ); pcli = ( CLIST_INTERFACE* )CallService(MS_CLIST_RETRIEVE_INTERFACE, 0, (LPARAM)g_hInst); - if ( (INT_PTR)pcli == CALLSERVICE_NOTFOUND ) { -LBL_Error: - MessageBoxA( NULL, "This version of plugin requires Miranda IM 0.8.0.9 or later", "Fatal error", MB_OK ); - return 1; - } - if ( pcli->version < 6 ) - goto LBL_Error; pcli->pfnPaintClc = PaintClc; -- cgit v1.2.3