summaryrefslogtreecommitdiff
path: root/plugins/JSON/miminterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/JSON/miminterface.cpp')
-rw-r--r--plugins/JSON/miminterface.cpp5
1 files changed, 0 insertions, 5 deletions
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++) {