diff options
Diffstat (limited to 'plugins/TopToolBar/main.cpp')
-rw-r--r-- | plugins/TopToolBar/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/TopToolBar/main.cpp b/plugins/TopToolBar/main.cpp index 54b7542c24..a00460132c 100644 --- a/plugins/TopToolBar/main.cpp +++ b/plugins/TopToolBar/main.cpp @@ -59,7 +59,6 @@ extern "C" int __declspec(dllexport) Load(PLUGINLINK *link) mir_getLI( &li );
mir_getLP(&pluginInfo);
- LoadButtonModule();
LoadToolbarModule();
hHookTTBModuleLoaded = CreateHookableEvent(ME_TTB_MODULELOADED);
@@ -73,7 +72,6 @@ extern "C" int __declspec(dllexport) Unload(void) UnInitLBut();
UnLoadInternalButtons();
UnloadToolbarModule();
- UnloadButtonModule();
for (int i=0; i < arHooks.getCount(); i++ )
UnhookEvent( arHooks[i] );
|