diff options
Diffstat (limited to 'plugins/FTPFileYM/src/common.h')
-rw-r--r-- | plugins/FTPFileYM/src/common.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/FTPFileYM/src/common.h b/plugins/FTPFileYM/src/common.h index 5e1ff74618..7c7c04d68f 100644 --- a/plugins/FTPFileYM/src/common.h +++ b/plugins/FTPFileYM/src/common.h @@ -102,18 +102,6 @@ using namespace std; #include "m_ftpfile.h"
#include "m_msg_buttonsbar.h"
-#if defined _WIN64
-#define MIID_FTPFILE { 0x6453cf27, 0xd111, 0x41f4, { 0xbe, 0xf5, 0xa8, 0xd8, 0x68, 0x8e, 0x44, 0xc6 } }
-#elif defined _UNICODE
-#define MIID_FTPFILE { 0x9502e511, 0x7e5d, 0x49a1, {0x8b, 0xa5, 0xb1, 0xae, 0xe7, 0xf, 0xa5, 0xbf } }
-#else
-#define MIID_FTPFILE { 0x64f80ef4, 0x856e, 0x4f27, { 0xb2, 0xa6, 0x47, 0x4a, 0x1, 0xff, 0x69, 0x83 } }
-#endif
-
-#ifndef SIZEOF
-#define SIZEOF(s) (sizeof(s) / sizeof((s)[0]))
-#endif
-
#ifndef FREE
#define FREE(X) if (X) { mir_free(X); X = NULL; }
#endif
|