From d90a9d04b3b6e2beaa31b311fd38b886a46bab72 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Mon, 18 Mar 2013 07:50:51 +0000 Subject: own country list removed at all git-svn-id: http://svn.miranda-ng.org/main/trunk@4084 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/UserInfoEx/src/Flags/svc_flags.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/UserInfoEx/src/Flags/svc_flags.cpp') diff --git a/plugins/UserInfoEx/src/Flags/svc_flags.cpp b/plugins/UserInfoEx/src/Flags/svc_flags.cpp index 751d6cfbf9..559141a0c0 100644 --- a/plugins/UserInfoEx/src/Flags/svc_flags.cpp +++ b/plugins/UserInfoEx/src/Flags/svc_flags.cpp @@ -538,7 +538,6 @@ static int OnContactSettingChanged(WPARAM wParam,LPARAM lParam) { void SvcFlagsLoadModule() { PrepareBufferedFunctions(); - InitCountryListExt(); /* hack to replace core country list */ if(CallService(MS_UTILS_GETCOUNTRYLIST,(WPARAM)&nCountriesCount,(LPARAM)&countries)) nCountriesCount=0; InitIcons(); /* load in iconlib */ -- cgit v1.2.3