summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI
diff options
context:
space:
mode:
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__