diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-16 12:16:15 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-16 12:16:15 +0000 |
commit | aafecc66f4056279e5ddccf7804b147b54167612 (patch) | |
tree | 2f7b12d1120a48c532ab5749bd717668a2ba7a19 /plugins/JSON | |
parent | 5750b26d1a312d0298381de81430a77d96192fb2 (diff) |
another portion of unneeded MirandaPluginInterfaces removal
git-svn-id: http://svn.miranda-ng.org/main/trunk@444 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/JSON')
-rw-r--r-- | plugins/JSON/miminterface.cpp | 5 |
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++) {
|