summaryrefslogtreecommitdiff
path: root/plugins/AutoShutdown
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-02-08 21:03:09 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-02-08 21:03:09 +0000
commit9a9cd8e08881b8740e58a703e3b44328cef00c88 (patch)
tree9d9fff3faf0571f9c2320524086964105a55a6e5 /plugins/AutoShutdown
parenta3144eb41ed3ba6872b7cd6692b826a69d5c6ad2 (diff)
removed not needed interfaces
git-svn-id: http://svn.miranda-ng.org/main/trunk@3491 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AutoShutdown')
-rw-r--r--plugins/AutoShutdown/src/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/AutoShutdown/src/main.cpp b/plugins/AutoShutdown/src/main.cpp
index 4128bd7a1a..93521ca658 100644
--- a/plugins/AutoShutdown/src/main.cpp
+++ b/plugins/AutoShutdown/src/main.cpp
@@ -93,10 +93,6 @@ extern "C" __declspec(dllexport) const PLUGININFOEX* MirandaPluginInfoEx(DWORD m
return &pluginInfo;
}
-extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[]={MIID_SHUTDOWN,MIID_LAST};
-
-/////////////////////////////////////////////////////////////////////////////////////////
-
extern "C" __declspec(dllexport) int Load(void)
{
mir_getLP(&pluginInfo);