summaryrefslogtreecommitdiff
path: root/include/newpluginapi.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-02-08 20:43:35 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-02-08 20:43:35 +0000
commitbd1739ee0ce7af9d5849b8902de4be82432eea54 (patch)
treefc84c3d85f668c83988d41f0fc40fef0924ddf2f /include/newpluginapi.h
parent7a3c2fe12668ba4346e2b31b34f0b0c4b9ac590d (diff)
removed not needed interfaces
git-svn-id: http://svn.miranda-ng.org/main/trunk@3486 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/newpluginapi.h')
-rw-r--r--include/newpluginapi.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/newpluginapi.h b/include/newpluginapi.h
index c240e2c8ff..698b41ecc9 100644
--- a/include/newpluginapi.h
+++ b/include/newpluginapi.h
@@ -71,12 +71,6 @@ typedef struct _MUUID {
#define MIID_IMGSERVICES {0xf3974915, 0xc9d5, 0x4c87, {0x85, 0x64, 0xa0, 0xeb, 0xf9, 0xd2, 0x5a, 0xa0}}
#define MIID_TESTPLUGIN {0x53b974f4, 0x3c74, 0x4dba, {0x8f, 0xc2, 0x6f, 0x92, 0xfe, 0x01, 0x3b, 0x8c}}
-/* Common plugin interfaces (non-core plugins) */
-#define MIID_LOGWINDOW {0xc53afb90, 0xfa44, 0x4304, {0xbc, 0x9d, 0x6a, 0x84, 0x1c, 0x39, 0x05, 0xf5}}
-#define MIID_EVENTNOTIFY {0xF3D7EC5A, 0xF7EF, 0x45DD, {0x8C, 0xA5, 0xB0, 0xF6, 0xBA, 0x18, 0x64, 0x7B}}
-#define MIID_SRCONTACTS {0x7CA6050E, 0xBAF7, 0x42D2, {0xB9, 0x36, 0x0D, 0xB9, 0xDF, 0x57, 0x2B, 0x95}}
-#define MIID_HISTORYEXPORT {0x18fa2ade, 0xe31b, 0x4b5d, {0x95, 0x3d, 0x0a, 0xb2, 0x57, 0x81, 0xc6, 0x04}}
-
/* Special exception interface for protocols.
This interface allows more than one plugin to implement it at the same time
*/