From 5750b26d1a312d0298381de81430a77d96192fb2 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 16 Jun 2012 11:03:30 +0000 Subject: another portion of unneeded MirandaPluginInterfaces removal git-svn-id: http://svn.miranda-ng.org/main/trunk@443 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Variables/main.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'plugins/Variables/main.cpp') 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 @@ -77,15 +77,6 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD miranda return &pluginInfoEx; } -///////////////////////////////////////////////////////////////////////////////////////// -// 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 -- cgit v1.2.3