diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-09 20:23:21 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-09 20:23:21 +0000 |
commit | a9777a12d8bd78ed4075a873bd0f59eb4ed3dec9 (patch) | |
tree | 13572163e7419f901b3291b2996de9f0f245cafc /plugins/ExternalAPI | |
parent | 3b3727f0a38e7ab46fe5182ba4c4e70f9bad29d5 (diff) |
removed not needed interfaces
git-svn-id: http://svn.miranda-ng.org/main/trunk@3503 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ExternalAPI')
-rw-r--r-- | plugins/ExternalAPI/m_langman.h | 15 |
1 files changed, 0 insertions, 15 deletions
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.
|