diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-01-03 18:37:07 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-01-03 18:37:07 +0000 |
commit | fd609b7687a4f29d7b1d059f7a9afeeb9dcd1577 (patch) | |
tree | 981b5c724d47d7d310c156e7c78fc7f2ee87bdf4 /plugins/Alarms/src/common.h | |
parent | 683014a984fa06878670a0ed6d5c7317cba70d3a (diff) |
removed not used defines
git-svn-id: http://svn.miranda-ng.org/main/trunk@2930 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Alarms/src/common.h')
-rw-r--r-- | plugins/Alarms/src/common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/Alarms/src/common.h b/plugins/Alarms/src/common.h index c7124edaa0..51527fd3e8 100644 --- a/plugins/Alarms/src/common.h +++ b/plugins/Alarms/src/common.h @@ -63,8 +63,4 @@ typedef struct ALARM_tag { DWORD trigger_id;
} ALARM;
-#ifndef MIID_ALARMS
-#define MIID_ALARMS {0x60ebaad1, 0x8d95, 0x4966, { 0x8b, 0xe3, 0xb1, 0xed, 0xaf, 0xa2, 0x11, 0xab}}
-#endif
-
#endif
|