From ecdf7d3b7d5bafe9437df0cc80ef0383c821a029 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 15 Jun 2012 21:57:27 +0000 Subject: unneeded MirandaPluginInterfaces removal git-svn-id: http://svn.miranda-ng.org/main/trunk@441 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/FloatingContacts/main.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'plugins/FloatingContacts') diff --git a/plugins/FloatingContacts/main.cpp b/plugins/FloatingContacts/main.cpp index e8b47a684c..fc098001d3 100644 --- a/plugins/FloatingContacts/main.cpp +++ b/plugins/FloatingContacts/main.cpp @@ -148,13 +148,6 @@ static void InitOptions() { // {53C715A8-EB01-4136-A73C-441868610074} #define MIID_FLTCONT { 0x53c715a8, 0xeb01, 0x4136, { 0xa7, 0x3c, 0x44, 0x18, 0x68, 0x61, 0x0, 0x74 } } -static const MUUID interfaces[] = {MIID_FLTCONT, MIID_LAST}; - -extern "C" __declspec(dllexport) const MUUID * MirandaPluginInterfaces(void) -{ - return interfaces; -} - PLUGININFOEX pluginInfoEx = { sizeof(PLUGININFOEX), __PLUGIN_NAME, -- cgit v1.2.3