diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-15 21:57:27 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-15 21:57:27 +0000 |
commit | ecdf7d3b7d5bafe9437df0cc80ef0383c821a029 (patch) | |
tree | aebba4937b26e2c025ff5b82d5e05300c6bcd6a0 /plugins/FloatingContacts | |
parent | 95cc1e966d6f6fd6b0532f0de3d8970aba114408 (diff) |
unneeded MirandaPluginInterfaces removal
git-svn-id: http://svn.miranda-ng.org/main/trunk@441 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FloatingContacts')
-rw-r--r-- | plugins/FloatingContacts/main.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/FloatingContacts/main.cpp b/plugins/FloatingContacts/main.cpp index e8b47a684c..fc098001d3 100644 --- a/plugins/FloatingContacts/main.cpp +++ b/plugins/FloatingContacts/main.cpp @@ -148,13 +148,6 @@ static void InitOptions() { // {53C715A8-EB01-4136-A73C-441868610074}
#define MIID_FLTCONT { 0x53c715a8, 0xeb01, 0x4136, { 0xa7, 0x3c, 0x44, 0x18, 0x68, 0x61, 0x0, 0x74 } }
-static const MUUID interfaces[] = {MIID_FLTCONT, MIID_LAST};
-
-extern "C" __declspec(dllexport) const MUUID * MirandaPluginInterfaces(void)
-{
- return interfaces;
-}
-
PLUGININFOEX pluginInfoEx = {
sizeof(PLUGININFOEX),
__PLUGIN_NAME,
|