diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-08 21:03:09 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-08 21:03:09 +0000 |
commit | 9a9cd8e08881b8740e58a703e3b44328cef00c88 (patch) | |
tree | 9d9fff3faf0571f9c2320524086964105a55a6e5 /plugins/AutoShutdown | |
parent | a3144eb41ed3ba6872b7cd6692b826a69d5c6ad2 (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.cpp | 4 |
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);
|