diff options
author | George Hazan <ghazan@miranda.im> | 2016-11-01 23:30:50 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-11-01 23:30:50 +0300 |
commit | 462d365fd7b2095e768685716b09e1bd36e690ad (patch) | |
tree | 6fede94e06830091dfb842e6183a08b0a52ff1cd /include | |
parent | 88e9a3438231b9dc6e1101e739f55bceead19796 (diff) |
- StdChat removed from all solutions;
- MIID_CHAT removed
Diffstat (limited to 'include')
-rw-r--r-- | include/newpluginapi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/newpluginapi.h b/include/newpluginapi.h index 418c928234..c958c67481 100644 --- a/include/newpluginapi.h +++ b/include/newpluginapi.h @@ -81,7 +81,6 @@ MIR_APP_DLL(int) IsPluginLoaded(const MUUID &uuid); #define MIID_DATABASE {0xae77fd33, 0xe484, 0x4dc7, {0x8c, 0xbc, 0x09, 0x9f, 0xed, 0xcc, 0xcf, 0xdd}}
#define MIID_CLIST {0x9d8da8bf, 0x665b, 0x4908, {0x9e, 0x61, 0x9f, 0x75, 0x98, 0xae, 0x33, 0x0e}}
-#define MIID_CHAT {0x23576a43, 0x3a26, 0x4357, {0x9b, 0x1b, 0x4a, 0x71, 0x9e, 0x42, 0x5d, 0x48}}
#define MIID_SRMM {0x58c7eea6, 0xf9db, 0x4dd9, {0x80, 0x36, 0xae, 0x80, 0x2b, 0xc0, 0x41, 0x4c}}
#define MIID_IMPORT {0x5f3bcad4, 0x75f8, 0x476e, {0xb3, 0x6b, 0x2b, 0x30, 0x70, 0x32, 0x49, 0x0c}}
#define MIID_TESTPLUGIN {0x53b974f4, 0x3c74, 0x4dba, {0x8f, 0xc2, 0x6f, 0x92, 0xfe, 0x01, 0x3b, 0x8c}}
|