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/ModernOpt | |
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/ModernOpt')
-rw-r--r-- | plugins/ModernOpt/main.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/ModernOpt/main.cpp b/plugins/ModernOpt/main.cpp index 89d59ab115..6cdb0d671b 100644 --- a/plugins/ModernOpt/main.cpp +++ b/plugins/ModernOpt/main.cpp @@ -36,16 +36,6 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD miranda }
/////////////////////////////////////////////////////////////////////////////////////////
-// MirandaPluginInterfaces - returns the protocol interface to the core
-
-static const MUUID interfaces[] = {{ 0x621f886b, 0xa7f6, 0x457f, { 0x9d, 0x62, 0x8e, 0xe8, 0x4c, 0x27, 0x59, 0x93 }}, MIID_LAST };
-
-extern "C" __declspec(dllexport) const MUUID* MirandaPluginInterfaces(void)
-{
- return interfaces;
-}
-
-/////////////////////////////////////////////////////////////////////////////////////////
// Performs a primary set of actions upon plugin loading
int LoadModernOptsModule();
|