From eda4fb738e3e081d358ec63770bb0624f397b908 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 8 Feb 2013 21:09:49 +0000 Subject: removed not needed interfaces git-svn-id: http://svn.miranda-ng.org/main/trunk@3494 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ExternalAPI/m_flags.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'plugins/ExternalAPI') diff --git a/plugins/ExternalAPI/m_flags.h b/plugins/ExternalAPI/m_flags.h index 9d6bad8816..c3b9a2a5d6 100644 --- a/plugins/ExternalAPI/m_flags.h +++ b/plugins/ExternalAPI/m_flags.h @@ -20,19 +20,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef M_FLAGS_H__ #define M_FLAGS_H__ -#if defined (_MSC_VER) && (_MSC_VER >= 1020) - #pragma once -#endif - -/* - Country Flags Plugin v0.1.0.3 -*/ - -/* interface id */ -#if !defined(MIID_FLAGS) - #define MIID_FLAGS {0x88a3b66e,0xc438,0x4381,{0xbc,0x17,0x71,0xd9,0x9d,0x22,0x5f,0x9c}} -#endif - /* Load a country flag icon from the skin library. v0.1.0.0+ The retrieved icon should be released using MS_SKIN2_RELEASEICON after use. The country numbers can be retrieved using MS_UTILS_GETCOUNTRYLIST. -- cgit v1.2.3