summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-02-09 21:15:00 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-02-09 21:15:00 +0000
commit29e09aa4f6294878c1ede33447fedf50c845d8bd (patch)
treeac2631f569f378b5f22b584a5cfdef5fefecd464 /plugins/ExternalAPI
parent9e21d2fdb78b7ef70dec5ad2b0d40062e83692f2 (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.h7
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__