summaryrefslogtreecommitdiff
path: root/plugins/TopToolBar/main.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-06-13 15:33:44 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-06-13 15:33:44 +0000
commitaea65132ee68b589074ffddc0aaef2c7b01dba51 (patch)
tree5621896e715dda0bf45155854201e22db9434aa4 /plugins/TopToolBar/main.cpp
parentd89dd2fe88191ce9b8ff0f68b93b45d00cff64b4 (diff)
- old junk cleaning
- buttons' icons were added to options git-svn-id: http://svn.miranda-ng.org/main/trunk@393 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TopToolBar/main.cpp')
-rw-r--r--plugins/TopToolBar/main.cpp2
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] );