diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-18 07:50:51 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-18 07:50:51 +0000 |
commit | d90a9d04b3b6e2beaa31b311fd38b886a46bab72 (patch) | |
tree | 60678f09fa8feffbb25233c93636193834785ab0 /plugins/UserInfoEx/src/Flags/svc_flags.cpp | |
parent | 4774f691493bfaf06d36c18e902a02bf7c9b31f8 (diff) |
own country list removed at all
git-svn-id: http://svn.miranda-ng.org/main/trunk@4084 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx/src/Flags/svc_flags.cpp')
-rw-r--r-- | plugins/UserInfoEx/src/Flags/svc_flags.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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 */
|