diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/AdvaImg/src/main.cpp | 2 |
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;
|