From 25221b7d2afb70f82eb3805330fd39a6f6708049 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 26 Jun 2012 23:41:55 +0000 Subject: mk: removed all LIST_INTERFACE, MI_INTERFACE & UTF8_INTERFACE instances. all related functions moved to mir_core. git-svn-id: http://svn.miranda-ng.org/main/trunk@644 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/CountryFlags/main.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'plugins/CountryFlags') diff --git a/plugins/CountryFlags/main.cpp b/plugins/CountryFlags/main.cpp index af6229b09c..f39a24ace0 100644 --- a/plugins/CountryFlags/main.cpp +++ b/plugins/CountryFlags/main.cpp @@ -22,7 +22,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. HINSTANCE hInst; PLUGINLINK *pluginLink; -struct MM_INTERFACE mmi; int nCountriesCount; struct CountryListEntry *countries; int hLangpack; @@ -95,7 +94,7 @@ extern "C" __declspec(dllexport) int Load(PLUGINLINK *link) /* existance of MS_SYSTEM_GETVERSION and MS_LANGPACK_TRANSLATESTRING * is checked in MirandaPluginInfo(). - * Not placed in MirandaPluginInfo() to avoid MessageBoxes on plugin options. + * Not placed in MirandaPluginInfo() to avoid MessageBoxes on plugin options. * Using ANSI as LANG_UNICODE might not be supported. */ if(CallService(MS_SYSTEM_GETVERSION,0,0)