summaryrefslogtreecommitdiff
path: root/plugins/Variables/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Variables/main.cpp')
-rw-r--r--plugins/Variables/main.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/Variables/main.cpp b/plugins/Variables/main.cpp
index 5cdd4c105c..ae3125ed91 100644
--- a/plugins/Variables/main.cpp
+++ b/plugins/Variables/main.cpp
@@ -78,15 +78,6 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD miranda
}
/////////////////////////////////////////////////////////////////////////////////////////
-// MirandaPluginInterfaces - returns the protocol interface to the core
-
-static const MUUID interfaces[] = { MIID_VARIABLES, MIID_LAST };
-extern "C" __declspec(dllexport) const MUUID* MirandaPluginInterfaces( void )
-{
- return interfaces;
-}
-
-/////////////////////////////////////////////////////////////////////////////////////////
// Load - plugin's entry point
extern "C" int __declspec(dllexport) Load(PLUGINLINK *link)