diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-07 17:47:17 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-07 17:47:17 +0000 |
commit | c1852dd801390e08fc6372501556270a20c8439e (patch) | |
tree | 833f3486a3755adf8892b511322e152714127d2d /plugins/Clist_modern/init.cpp | |
parent | 26aed6878b3c891b618eb83469de75a623e80361 (diff) |
- clist modern toolbar removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@817 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/init.cpp')
-rw-r--r-- | plugins/Clist_modern/init.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Clist_modern/init.cpp b/plugins/Clist_modern/init.cpp index 50674dffa4..c1a55fc300 100644 --- a/plugins/Clist_modern/init.cpp +++ b/plugins/Clist_modern/init.cpp @@ -240,7 +240,6 @@ static HRESULT CreateHookableEvents() g_CluiData.hEventPreBuildSubGroupMenu = CreateHookableEvent(ME_CLIST_PREBUILDSUBGROUPMENU);
g_CluiData.hEventStatusBarShowToolTip = CreateHookableEvent(ME_CLIST_FRAMES_SB_SHOW_TOOLTIP);
g_CluiData.hEventStatusBarHideToolTip = CreateHookableEvent(ME_CLIST_FRAMES_SB_HIDE_TOOLTIP);
- g_CluiData.hEventToolBarModuleLoaded = CreateHookableEvent(ME_TB_MODULELOADED);
g_CluiData.hEventSkinServicesCreated = CreateHookableEvent(ME_SKIN_SERVICESCREATED);
return S_OK;
}
|