diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2012-02-15 20:35:05 +0100 |
---|---|---|
committer | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2012-02-15 20:35:05 +0100 |
commit | e77d96cf892592f299d6b09955db1b852b2234b3 (patch) | |
tree | 33812046c84600450471eb0c2790879e6f655078 /src/decoder/sidplay_decoder_plugin.cxx | |
parent | ae28ba84d2197c2668062173ebcb2d13796685ad (diff) | |
download | mpd-e77d96cf892592f299d6b09955db1b852b2234b3.tar.gz mpd-e77d96cf892592f299d6b09955db1b852b2234b3.tar.xz mpd-e77d96cf892592f299d6b09955db1b852b2234b3.zip |
decoder/sidplay: remove unused variable 'ret'
Diffstat (limited to '')
-rw-r--r-- | src/decoder/sidplay_decoder_plugin.cxx | 1 |
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 */ |