aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sip_stat.c
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/sip_stat.c
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/sip_stat.c')
-rw-r--r--gtk/sip_stat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/sip_stat.c b/gtk/sip_stat.c
index 67b8bae7d4..23d6333279 100644
--- a/gtk/sip_stat.c
+++ b/gtk/sip_stat.c
@@ -741,9 +741,8 @@ register_tap_listener_gtksipstat(void)
register_dfilter_stat(&sip_stat_dlg, "_SIP", REGISTER_STAT_GROUP_TELEPHONY);
}
-#ifdef MAIN_MENU_USE_UIMANAGER
void sipstat_cb(GtkAction *action, gpointer user_data _U_)
{
tap_param_dlg_cb(action, &sip_stat_dlg);
}
-#endif
+