diff options
Diffstat (limited to 'plugins/NewXstatusNotify/common.h')
-rw-r--r-- | plugins/NewXstatusNotify/common.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/NewXstatusNotify/common.h b/plugins/NewXstatusNotify/common.h index 0a939fe984..3cbb588379 100644 --- a/plugins/NewXstatusNotify/common.h +++ b/plugins/NewXstatusNotify/common.h @@ -74,13 +74,7 @@ #include "m_toolbar.h"
#include "resource.h"
-#if defined _WIN64
-#define MIID_NXSN { 0x16f0674f, 0xc4e7, 0x494e, { 0xb7, 0x5e, 0x41, 0xbb, 0xf4, 0xaf, 0xe6, 0x11 } }
-#elif defined _UNICODE
#define MIID_NXSN { 0xebf19652, 0xe434, 0x4d79, { 0x98, 0x97, 0x91, 0xa0, 0xff, 0x22, 0x6f, 0x51 } }
-#else
-#define MIID_NXSN { 0x90887a8f, 0x9087, 0x44d6, { 0xb4, 0xcc, 0xa6, 0x9d, 0xe0, 0x2e, 0x15, 0x17 } }
-#endif
#define MODULE "NewStatusNotify"
|