aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_stream_dlg.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-06-01 22:12:37 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-06-01 22:12:37 +0000
commit66f18e8c57963a743aa87e373bee27adf26e203b (patch)
tree376158cc8aa39d89047ebdf58a66a0d8572e16b0 /gtk/rtp_stream_dlg.c
parent09c030170af03c725e625f291e8bfc92bb9f9e11 (diff)
bugfix: don't double define rtp_payload_type_vals
svn path=/trunk/; revision=11065
Diffstat (limited to 'gtk/rtp_stream_dlg.c')
-rw-r--r--gtk/rtp_stream_dlg.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/rtp_stream_dlg.c b/gtk/rtp_stream_dlg.c
index ac177cb2c8..92d49902b5 100644
--- a/gtk/rtp_stream_dlg.c
+++ b/gtk/rtp_stream_dlg.c
@@ -1,7 +1,7 @@
/* rtp_stream_dlg.c
* RTP streams summary addition for ethereal
*
- * $Id: rtp_stream_dlg.c,v 1.22 2004/06/01 17:33:37 ulfl Exp $
+ * $Id: rtp_stream_dlg.c,v 1.23 2004/06/01 22:12:37 ulfl Exp $
*
* Copyright 2003, Alcatel Business Systems
* By Lars Ruoff <lars.ruoff@gmx.net>
@@ -51,6 +51,7 @@
extern GtkWidget *main_display_filter_widget;
+#if 0
static const value_string rtp_payload_type_vals[] =
{
{ PT_PCMU, "ITU-T G.711 PCMU" },
@@ -81,7 +82,7 @@ static const value_string rtp_payload_type_vals[] =
{ PT_H263, "ITU-T H.263" },
{ 0, NULL },
};
-
+#endif
typedef const guint8 * ip_addr_p;