From aafecc66f4056279e5ddccf7804b147b54167612 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 16 Jun 2012 12:16:15 +0000 Subject: another portion of unneeded MirandaPluginInterfaces removal git-svn-id: http://svn.miranda-ng.org/main/trunk@444 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/JSON/miminterface.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'plugins/JSON') diff --git a/plugins/JSON/miminterface.cpp b/plugins/JSON/miminterface.cpp index 51260d3901..8b16cbdb81 100644 --- a/plugins/JSON/miminterface.cpp +++ b/plugins/JSON/miminterface.cpp @@ -11,8 +11,6 @@ MM_INTERFACE mmi; PLUGINLINK* pluginLink; // Struct of functions pointers for service calls -static const MUUID interfaces[] = {MIID_LIBJSON,MIID_LAST}; - static HANDLE s_services[53]; PLUGININFOEX pluginInfo={ @@ -40,9 +38,6 @@ extern "C" { return &pluginInfo; } - __declspec(dllexport) const MUUID* MirandaPluginInterfaces(void) { - return interfaces; - } __declspec(dllexport) int Unload(void) { for (HANDLE* service=s_services; *service; service++) { -- cgit v1.2.3