diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-08 21:01:00 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-08 21:01:00 +0000 |
commit | a3144eb41ed3ba6872b7cd6692b826a69d5c6ad2 (patch) | |
tree | e4477da3e816cc1cedce6d59d8fe78b1ad1fb78c /plugins/AssocMgr/src/main.cpp | |
parent | a5fd7b02d3d40dbef879f699ecf1f7fbb3dbe61e (diff) |
removed not needed interfaces
git-svn-id: http://svn.miranda-ng.org/main/trunk@3490 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AssocMgr/src/main.cpp')
-rw-r--r-- | plugins/AssocMgr/src/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/AssocMgr/src/main.cpp b/plugins/AssocMgr/src/main.cpp index ae9c789f76..fd257db7ac 100644 --- a/plugins/AssocMgr/src/main.cpp +++ b/plugins/AssocMgr/src/main.cpp @@ -91,8 +91,6 @@ extern "C" __declspec(dllexport) const PLUGININFOEX* MirandaPluginInfoEx(DWORD m return &pluginInfo;
}
-extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = {MIID_ASSOCMGR, MIID_AUTORUN, MIID_LAST};
-
extern "C" __declspec(dllexport) int Load(void)
{
mir_getLP(&pluginInfo);
|