From a9777a12d8bd78ed4075a873bd0f59eb4ed3dec9 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 9 Feb 2013 20:23:21 +0000 Subject: removed not needed interfaces git-svn-id: http://svn.miranda-ng.org/main/trunk@3503 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ExternalAPI/m_langman.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'plugins/ExternalAPI') diff --git a/plugins/ExternalAPI/m_langman.h b/plugins/ExternalAPI/m_langman.h index 3165e04c6b..746244a42c 100644 --- a/plugins/ExternalAPI/m_langman.h +++ b/plugins/ExternalAPI/m_langman.h @@ -23,21 +23,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef M_LANGMAN_H__ #define M_LANGMAN_H__ -#if defined (_MSC_VER) && (_MSC_VER >= 1020) - #pragma once -#endif - -/* - Language Pack Manager v1.0.2.2 - If you have any question or extension whishes please let me know: - hrathh at users.sourceforge.net -*/ - -/* interface id */ -#if !defined(MIID_LANGMAN) - #define MIID_LANGMAN {0xd80370d5,0x4b1e,0x46a8,{0xac,0xa4,0x1f,0xaa,0xd7,0x9b,0x7d,0x1e}} -#endif - /* Show the download language dialog. v1.0.2.0+ wParam=lParam=0 The dialog can't have a parent due to it's asynchronous nature. -- cgit v1.2.3