diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-09 20:27:18 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-09 20:27:18 +0000 |
commit | d92e1ade65903d99404963296eb1dc17fb81322c (patch) | |
tree | b5f562cb5a6d369f1e6e9a3f5d3481aff829f4e5 /plugins/ExternalAPI | |
parent | a9777a12d8bd78ed4075a873bd0f59eb4ed3dec9 (diff) |
removed not needed interfaces
git-svn-id: http://svn.miranda-ng.org/main/trunk@3504 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ExternalAPI')
-rw-r--r-- | plugins/ExternalAPI/m_metacontacts.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/ExternalAPI/m_metacontacts.h b/plugins/ExternalAPI/m_metacontacts.h index 9f348bd2c6..1da12b97fa 100644 --- a/plugins/ExternalAPI/m_metacontacts.h +++ b/plugins/ExternalAPI/m_metacontacts.h @@ -23,10 +23,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef M_METACONTACTS_H__
#define M_METACONTACTS_H__ 1
-#ifndef MIID_METACONTACTS
-#define MIID_METACONTACTS {0xc0325019, 0xc1a7, 0x40f5, { 0x83, 0x65, 0x4f, 0x46, 0xbe, 0x21, 0x86, 0x3e}}
-#endif
-
//get the handle for a contact's parent metacontact
//wParam=(HANDLE)hSubContact
//lParam=0
|