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/HistorySweeperLight/main.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'plugins/HistorySweeperLight/main.c') diff --git a/plugins/HistorySweeperLight/main.c b/plugins/HistorySweeperLight/main.c index 868a0952f6..150f54a95f 100644 --- a/plugins/HistorySweeperLight/main.c +++ b/plugins/HistorySweeperLight/main.c @@ -154,12 +154,6 @@ __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion) return &pluginInfoEx; } -static const MUUID interfaces[] = {MIID_HISTORYSWEEPERLIGHT, MIID_LAST}; -__declspec(dllexport) const MUUID* MirandaPluginInterfaces(void) -{ - return interfaces; -} - int __declspec(dllexport) Load(PLUGINLINK *link) { pluginLink = link; -- cgit v1.2.3