aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-08-20 22:26:32 +0000
committerGuy Harris <guy@alum.mit.edu>2005-08-20 22:26:32 +0000
commit65064719d3770c5d892f6eaea98555179af20642 (patch)
tree45dacf6af27a0b9d8972e93123aa3d0253b10055 /gtk
parentcf3b9f23e59a2cca2829432699a7face8b474ff0 (diff)
We already have a tap that registers as a command-line stat under the
name "rtp"; we don't need another one, especially given that "rtp_stream.c" doesn't directly implement a stat (note that it doesn't register a menu item). svn path=/trunk/; revision=15488
Diffstat (limited to 'gtk')
-rw-r--r--gtk/rtp_stream.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/gtk/rtp_stream.c b/gtk/rtp_stream.c
index ea657c4fb5..deb90070b7 100644
--- a/gtk/rtp_stream.c
+++ b/gtk/rtp_stream.c
@@ -406,14 +406,6 @@ const rtpstream_tapinfo_t* rtpstream_get_info(void)
/* TAP INTERFACE */
/****************************************************************************/
-/****************************************************************************/
-static void
-rtpstream_init_tap(const char *dummy _U_)
-{
- /* XXX: never called? */
-}
-
-
/* XXX just copied from gtk/rpc_stat.c */
void protect_thread_critical_region(void);
void unprotect_thread_critical_region(void);
@@ -439,8 +431,6 @@ register_tap_listener_rtp_stream(void)
GString *error_string;
if (!the_tapinfo_struct.is_registered) {
- register_stat_cmd_arg("rtp", rtpstream_init_tap);
-
error_string = register_tap_listener("rtp", &the_tapinfo_struct,
NULL, rtpstream_reset_cb, rtpstream_packet,
rtpstream_draw);