diff options
Diffstat (limited to 'plugins/MirFox/src/MirandaInterface.cpp')
-rw-r--r-- | plugins/MirFox/src/MirandaInterface.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/MirFox/src/MirandaInterface.cpp b/plugins/MirFox/src/MirandaInterface.cpp index db64cd26ae..574de9ae11 100644 --- a/plugins/MirFox/src/MirandaInterface.cpp +++ b/plugins/MirFox/src/MirandaInterface.cpp @@ -142,8 +142,6 @@ static int OnShutdown(WPARAM, LPARAM) extern "C" int __declspec(dllexport) Load(void)
{
- mir_getLP(&pluginInfoEx);
-
HookEvent(ME_SYSTEM_MODULESLOADED, onModulesLoaded);
HookEvent(ME_SYSTEM_SHUTDOWN, OnShutdown);
|