diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-10 06:14:09 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-10 06:14:09 +0000 |
commit | 38a01eb61c3c5165ce06f2662aae7d557a0e1db1 (patch) | |
tree | aa682e221072b6efac20080625dcb495eaeb5d55 | |
parent | 96d7941b3da1e5c4e79688312a55d0fd45b58b69 (diff) |
removed not needed interfaces
git-svn-id: http://svn.miranda-ng.org/main/trunk@3518 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/Weather/src/weather.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Weather/src/weather.cpp b/plugins/Weather/src/weather.cpp index d4f1f8547e..17d873d482 100644 --- a/plugins/Weather/src/weather.cpp +++ b/plugins/Weather/src/weather.cpp @@ -79,9 +79,6 @@ extern "C" __declspec(dllexport) const PLUGININFOEX* MirandaPluginInfoEx(DWORD m return &pluginInfoEx;
}
-// MirandaInterfaces - returns the protocol interface to the core
-extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = {MIID_PROTOCOL, MIID_LAST};
-
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{
hInst = hinstDLL;
|