summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-02-08 20:56:59 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-02-08 20:56:59 +0000
commita5fd7b02d3d40dbef879f699ecf1f7fbb3dbe61e (patch)
tree87a5579db3f353c5e42e4d9e85112979b919fe49
parent8a861f76c4132b0dd90d595b1ba6f0cf1688e070 (diff)
removed not needed interfaces
git-svn-id: http://svn.miranda-ng.org/main/trunk@3489 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/AdvaImg/src/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/AdvaImg/src/main.cpp b/plugins/AdvaImg/src/main.cpp
index 85d921ab1d..432ddd02ce 100644
--- a/plugins/AdvaImg/src/main.cpp
+++ b/plugins/AdvaImg/src/main.cpp
@@ -1241,8 +1241,6 @@ extern "C" int __declspec(dllexport) Unload(void)
return IMGSERVICE_Unload();
}
-extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { { 0xece29554, 0x1cf0, 0x41da, { 0x85, 0x82, 0xfb, 0xe8, 0x45, 0x5c, 0x6b, 0xec } }, MIID_LAST};
-
extern "C" __declspec(dllexport) const PLUGININFOEX * MirandaPluginInfoEx(DWORD mirandaVersion)
{
return &pluginInfoEx;