Don't register the Exper info dialogue as a first step of removal.

Should the common routines be moved into expet_comp_dlg.[ch]?

svn path=/trunk/; revision=36219
This commit is contained in:
Anders Broman 2011-03-20 19:33:07 +00:00
parent cbef93064a
commit 670bd1514f
1 changed files with 0 additions and 7 deletions

View File

@ -604,11 +604,4 @@ expert_dlg_cb(GtkWidget *w _U_, gpointer d _U_)
expert_dlg_init("", NULL);
}
void
register_tap_listener_expert(void)
{
register_stat_cmd_arg("expert", expert_dlg_init,NULL);
register_stat_menu_item("E_xpert Info", REGISTER_ANALYZE_GROUP_UNSORTED,
expert_dlg_cb, NULL, NULL, NULL);
}