aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_stream_dlg.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/rtp_stream_dlg.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/rtp_stream_dlg.c')
-rw-r--r--gtk/rtp_stream_dlg.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/gtk/rtp_stream_dlg.c b/gtk/rtp_stream_dlg.c
index 5b8cf81ea0..75595a65a1 100644
--- a/gtk/rtp_stream_dlg.c
+++ b/gtk/rtp_stream_dlg.c
@@ -1118,11 +1118,7 @@ void rtpstream_dlg_show(GList *list_lcl)
/****************************************************************************/
/* entry point when called via the GTK menu */
-#ifdef MAIN_MENU_USE_UIMANAGER
void rtpstream_launch(GtkAction *action _U_, gpointer user_data _U_)
-#else
-static void rtpstream_launch(GtkWidget *w _U_, gpointer data _U_)
-#endif
{
/* Register the tap listener */
register_tap_listener_rtp_stream();
@@ -1140,9 +1136,5 @@ static void rtpstream_launch(GtkWidget *w _U_, gpointer data _U_)
void
register_tap_listener_rtp_stream_dlg(void)
{
-#ifdef MAIN_MENU_USE_UIMANAGER
-#else
- register_stat_menu_item("_RTP/Show All Streams", REGISTER_STAT_GROUP_TELEPHONY,
- rtpstream_launch, NULL, NULL, NULL);
-#endif
}
+