aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2012-02-15 20:35:05 +0100
committerJonathan Neuschäfer <j.neuschaefer@gmx.net>2012-02-15 20:35:05 +0100
commite77d96cf892592f299d6b09955db1b852b2234b3 (patch)
tree33812046c84600450471eb0c2790879e6f655078 /src/decoder
parentae28ba84d2197c2668062173ebcb2d13796685ad (diff)
downloadmpd-e77d96cf892592f299d6b09955db1b852b2234b3.tar.gz
mpd-e77d96cf892592f299d6b09955db1b852b2234b3.tar.xz
mpd-e77d96cf892592f299d6b09955db1b852b2234b3.zip
decoder/sidplay: remove unused variable 'ret'
Diffstat (limited to 'src/decoder')
-rw-r--r--src/decoder/sidplay_decoder_plugin.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/decoder/sidplay_decoder_plugin.cxx b/src/decoder/sidplay_decoder_plugin.cxx
index c4ef20496..5d162f179 100644
--- a/src/decoder/sidplay_decoder_plugin.cxx
+++ b/src/decoder/sidplay_decoder_plugin.cxx
@@ -201,7 +201,6 @@ get_song_length(const char *path_fs)
static void
sidplay_file_decode(struct decoder *decoder, const char *path_fs)
{
- int ret;
int channels;
/* load the tune */