From aa6a734a5bce28ebece370f04d23e2cf5b5bb75f Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Wed, 10 Dec 2003 17:10:46 +0000 Subject: fix unused variable CVS patchset: 5888 CVS date: 2003/12/10 17:10:46 --- src/input/input_rtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/input/input_rtp.c b/src/input/input_rtp.c index 1423c5613..6240a722c 100644 --- a/src/input/input_rtp.c +++ b/src/input/input_rtp.c @@ -533,7 +533,7 @@ static char* rtp_plugin_get_mrl (input_plugin_t *this_gen) { */ static int rtp_plugin_get_optional_data (input_plugin_t *this_gen, void *data, int data_type) { - rtp_input_plugin_t *this = (rtp_input_plugin_t *) this_gen; + /* rtp_input_plugin_t *this = (rtp_input_plugin_t *) this_gen; */ /* TODO: this input plugin should support preview */ return INPUT_OPTIONAL_UNSUPPORTED; -- cgit v1.2.3