summaryrefslogtreecommitdiff
path: root/src/core/stdclist
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-01-12 12:39:28 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-01-12 12:39:28 +0000
commit1d27f48747a56f66d642527af00370aeb54fae23 (patch)
treea6f023e3f185171f3398946c869e5dedb9760d3d /src/core/stdclist
parent6dcdacb2973363639a5c1358ac18356d0aa66994 (diff)
- 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
Diffstat (limited to 'src/core/stdclist')
-rw-r--r--src/core/stdclist/src/init.cpp7
1 files changed, 0 insertions, 7 deletions
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;