summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-02-08 20:53:05 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-02-08 20:53:05 +0000
commit8a861f76c4132b0dd90d595b1ba6f0cf1688e070 (patch)
treebeea1164e5b5e2064e781183d025bb8b14288a9b /include
parentc4c6db15b55147b4b8fbe944cf6d46c9ba2ff5a3 (diff)
removed not needed interfaces
git-svn-id: http://svn.miranda-ng.org/main/trunk@3488 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r--include/delphi/interfaces.inc11
-rw-r--r--include/newpluginapi.h1
2 files changed, 0 insertions, 12 deletions
diff --git a/include/delphi/interfaces.inc b/include/delphi/interfaces.inc
index 3896da96a5..c3cae74ad1 100644
--- a/include/delphi/interfaces.inc
+++ b/include/delphi/interfaces.inc
@@ -28,22 +28,11 @@ const MIID_CRYPTO :MUUID='{415CA6E1-895F-40E6-87BD-9B396016D0E5}';
// Common plugin interfaces (core plugins)
const MIID_DATABASE :MUUID='{AE77FD33-E484-4DC7-8CBC-099FEDCCCFDD}';
const MIID_CLIST :MUUID='{9D8DA8BF-665B-4908-9E61-9F7598AE330E}';
-//temp const MIID_CLIST :MUUID='{CC1FF6C6-A43C-40B9-AF51-8284EEB063FA}';
const MIID_CHAT :MUUID='{23576A43-3A26-4357-9B1B-4A719E425D48}';
const MIID_SRMM :MUUID='{58C7EEA6-F9DB-4DD9-8036-AE802BC0414C}';
const MIID_IMPORT :MUUID='{5F3BCAD4-75F8-476E-B36B-2B307032490C}';
-const MIID_IMGSERVICES :MUUID='{F3974915-C9D5-4C87-8564-A0EBF9D25AA0}';
const MIID_TESTPLUGIN :MUUID='{53B974F4-3C74-4DBA-8FC2-6F92FE013B8C}';
-const MIID_EXTRAICONSSERVICE:MUUID='{62D80749-F169-4592-B44D-3DD6DE9D50C5}';
-
-const MIID_SMILEY :MUUID='{E03C71B2-6DEE-467E-A4F0-DD516745876A}';
-const MIID_FLAGS :MUUID='{88A3B66E-C438-4381-BC17-71D99D225F9C}';
-const MIID_SPELLCHECKER :MUUID='{26EED12A-7016-4D0F-9B4A-0CAA7E2229F3}';
-const MIID_MDETAILS :MUUID='{DBA18DBC-5BE6-4504-A799-29EC6CCA0065}';
-const MIID_HISTORYEVENTS :MUUID='{C8BE8543-6618-4030-85CF-9082C7DE7FF7}';
-const MIID_LISTENINGTO :MUUID='{01FC1EFA-AA9F-461B-9269-AF666B8931EE}';
-
{
Special exception interface for protocols.
This interface allows more than one plugin to implement it at the same time
diff --git a/include/newpluginapi.h b/include/newpluginapi.h
index 698b41ecc9..8f3313c897 100644
--- a/include/newpluginapi.h
+++ b/include/newpluginapi.h
@@ -68,7 +68,6 @@ typedef struct _MUUID {
#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_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}}
/* Special exception interface for protocols.