From 420acb2fba82e515b54f0e2da4a4aa8054e7e705 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Sun, 25 Sep 2011 21:19:45 +0000 Subject: We now always build with MAIN_MENU_USE_UIMANAGER, so remove all code using the old ways except the proto_help.c file, which is kept for now in case someone is willing to reimplement the help menus using non-deprecated methods. svn path=/trunk/; revision=39137 --- gtk/expert_comp_dlg.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'gtk/expert_comp_dlg.c') diff --git a/gtk/expert_comp_dlg.c b/gtk/expert_comp_dlg.c index ee28d90404..8901efa092 100644 --- a/gtk/expert_comp_dlg.c +++ b/gtk/expert_comp_dlg.c @@ -807,10 +807,5 @@ void register_tap_listener_expert_comp(void) { register_stat_cmd_arg("expert_comp", expert_comp_init,NULL); -#ifdef MAIN_MENU_USE_UIMANAGER -#else - register_stat_menu_item_stock("Expert Info _Composite", - REGISTER_ANALYZE_GROUP_UNSORTED, WIRESHARK_STOCK_EXPERT_INFO, - expert_comp_dlg_launch, NULL, NULL, NULL); -#endif } + -- cgit v1.2.3