summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-06-09 11:48:09 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-06-09 11:48:09 +0200
commit5a6de3347ef0da6c51f936a8d94ab58404453300 (patch)
treea1ffe3b5f78e9f7528fb7a63f051da332e1bb2a6
parent3a399036b466bbfc1ad3c379e0cc1c7d2f05e91c (diff)
downloadxine-lib-5a6de3347ef0da6c51f936a8d94ab58404453300.tar.gz
xine-lib-5a6de3347ef0da6c51f936a8d94ab58404453300.tar.bz2
Remove unused variable.
-rw-r--r--src/demuxers/demux_realaudio.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/demuxers/demux_realaudio.c b/src/demuxers/demux_realaudio.c
index bf8de0dad..0f8528a22 100644
--- a/src/demuxers/demux_realaudio.c
+++ b/src/demuxers/demux_realaudio.c
@@ -313,8 +313,6 @@ static int demux_ra_get_status (demux_plugin_t *this_gen) {
/* return the approximate length in miliseconds */
static int demux_ra_get_stream_length (demux_plugin_t *this_gen) {
- demux_ra_t *this = (demux_ra_t *) this_gen;
-
return 0;
}