diff options
author | George Hazan <george.hazan@gmail.com> | 2012-12-04 16:20:42 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-12-04 16:20:42 +0000 |
commit | b015a208cdd9feb11b0debd2988a3bdac5b9e1f6 (patch) | |
tree | 39010b0d122f41eb7d8bfe1fccc44f16be476e69 /plugins | |
parent | e5c1dce070de2cdd83cdb01201d6bedc37b267fc (diff) |
this MUIID isn't needed also
git-svn-id: http://svn.miranda-ng.org/main/trunk@2640 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-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"
|