From c1852dd801390e08fc6372501556270a20c8439e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 7 Jul 2012 17:47:17 +0000 Subject: - clist modern toolbar removed git-svn-id: http://svn.miranda-ng.org/main/trunk@817 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/init.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/Clist_modern/init.cpp') 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; } -- cgit v1.2.3