diff options
Diffstat (limited to 'plugins/ExternalAPI/m_addcontactplus.h')
-rw-r--r-- | plugins/ExternalAPI/m_addcontactplus.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/ExternalAPI/m_addcontactplus.h b/plugins/ExternalAPI/m_addcontactplus.h index 5aa02bba2e..82d3e6e1f3 100644 --- a/plugins/ExternalAPI/m_addcontactplus.h +++ b/plugins/ExternalAPI/m_addcontactplus.h @@ -22,10 +22,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #ifndef M_ADDCONTACTPLUS_H__
#define M_ADDCONTACTPLUS_H__ 1
-#ifndef MIID_ADDCONTACTPLUS
-#define MIID_ADDCONTACTPLUS {0xf60714d1, 0xa44d, 0x4655, {0xb0, 0x85, 0x53, 0x1c, 0xfd, 0xf8, 0x4e, 0x67}}
-#endif
-
// Brings up the add contact dialog
// wParam = lParam = 0
#define MS_ADDCONTACTPLUS_SHOW "AddContactPlus/Show"
|