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/HistorySweeperLight | |
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/HistorySweeperLight')
-rw-r--r-- | plugins/HistorySweeperLight/main.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/HistorySweeperLight/main.c b/plugins/HistorySweeperLight/main.c index 868a0952f6..150f54a95f 100644 --- a/plugins/HistorySweeperLight/main.c +++ b/plugins/HistorySweeperLight/main.c @@ -154,12 +154,6 @@ __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion) return &pluginInfoEx;
}
-static const MUUID interfaces[] = {MIID_HISTORYSWEEPERLIGHT, MIID_LAST};
-__declspec(dllexport) const MUUID* MirandaPluginInterfaces(void)
-{
- return interfaces;
-}
-
int __declspec(dllexport) Load(PLUGINLINK *link)
{
pluginLink = link;
|