aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/tap_param_dlg.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2011-09-25 21:19:45 +0000
committerJörg Mayer <jmayer@loplof.de>2011-09-25 21:19:45 +0000
commit420acb2fba82e515b54f0e2da4a4aa8054e7e705 (patch)
tree5ba23b8070f84746cfba469999a1d86e47adea7e /gtk/tap_param_dlg.h
parentc3d02e4b57659e16beb9230257fc159c8bc5efbe (diff)
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
Diffstat (limited to 'gtk/tap_param_dlg.h')
-rw-r--r--gtk/tap_param_dlg.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/tap_param_dlg.h b/gtk/tap_param_dlg.h
index b387f91f3b..b4cc917705 100644
--- a/gtk/tap_param_dlg.h
+++ b/gtk/tap_param_dlg.h
@@ -94,9 +94,7 @@ typedef struct _tap_param_dlg {
void register_dfilter_stat(tap_param_dlg *info, const char *name,
register_stat_group_t group);
-#ifdef MAIN_MENU_USE_UIMANAGER
void tap_param_dlg_cb(GtkAction *action, gpointer user_data);
-#endif
/* This will update the titles of the dialog windows when we load a new capture file. */
void tap_param_dlg_update (void);