diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-09 21:15:00 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-09 21:15:00 +0000 |
commit | 29e09aa4f6294878c1ede33447fedf50c845d8bd (patch) | |
tree | ac2631f569f378b5f22b584a5cfdef5fefecd464 /plugins/ExternalAPI | |
parent | 9e21d2fdb78b7ef70dec5ad2b0d40062e83692f2 (diff) |
removed not needed interfaces
git-svn-id: http://svn.miranda-ng.org/main/trunk@3509 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ExternalAPI')
-rw-r--r-- | plugins/ExternalAPI/m_quickcontacts.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/ExternalAPI/m_quickcontacts.h b/plugins/ExternalAPI/m_quickcontacts.h index 5f8acb3d5e..f4110ad78d 100644 --- a/plugins/ExternalAPI/m_quickcontacts.h +++ b/plugins/ExternalAPI/m_quickcontacts.h @@ -21,10 +21,6 @@ Boston, MA 02111-1307, USA. #ifndef __M_QUICKCONTACTS_H__
# define __M_QUICKCONTACTS_H__
-
-#define MIID_QUICKCONTACTS { 0x5e638aa7, 0x4989, 0x4dbf, { 0x94, 0xa, 0x1e, 0xcb, 0x6c, 0x52, 0xcc, 0x52 } }
-
-
/*
Show the dialog to select the contact
@@ -33,7 +29,4 @@ lParam: ignored */
#define MS_QC_SHOW_DIALOG "QuickContacts/ShowDialog"
-
-
-
#endif // __M_QUICKCONTACTS_H__
|