aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/expert_comp_dlg.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-05-10 05:31:45 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-05-10 05:31:45 +0000
commit8aa3a7b0acadc9fe50387830f3692c8e964b22b3 (patch)
tree0a4afa0923cd2c2bf6bb17ac01ad9288e352b511 /gtk/expert_comp_dlg.c
parent40baaf4dbe6b792fb3f1c877b82446237f309c4b (diff)
More GUIManager stuff.
svn path=/trunk/; revision=37035
Diffstat (limited to 'gtk/expert_comp_dlg.c')
-rw-r--r--gtk/expert_comp_dlg.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/gtk/expert_comp_dlg.c b/gtk/expert_comp_dlg.c
index f5818fc997..c64dcc13a7 100644
--- a/gtk/expert_comp_dlg.c
+++ b/gtk/expert_comp_dlg.c
@@ -795,19 +795,6 @@ register_tap_listener_expert_comp(void)
{
register_stat_cmd_arg("expert_comp", expert_comp_init,NULL);
#ifdef MAIN_MENU_USE_UIMANAGER
- register_stat_menu_item_stock(
- REGISTER_ANALYZE_GROUP_UNSORTED, /* Group */
- "/Menubar/AnalyzeMenu/ExpertInfoComposite", /* GUI path */
- "Expert-Info-Composite", /* Name */
- WIRESHARK_STOCK_EXPERT_INFO, /* stock_id */
- "Expert Info _Composite", /* label */
- NULL, /* accelerator */
- NULL, /* tooltip */
- G_CALLBACK(expert_comp_dlg_launch), /* callback */
- TRUE, /* enabled */
- NULL, /* selected_packet_enabled */
- NULL, /* selected_tree_row_enabled */
- NULL); /* callback_data */
#else
register_stat_menu_item_stock("Expert Info _Composite",
REGISTER_ANALYZE_GROUP_UNSORTED, WIRESHARK_STOCK_EXPERT_INFO,