Commit e77d96cf authored by Jonathan Neuschäfer's avatar Jonathan Neuschäfer

decoder/sidplay: remove unused variable 'ret'

parent ae28ba84
...@@ -201,7 +201,6 @@ get_song_length(const char *path_fs) ...@@ -201,7 +201,6 @@ get_song_length(const char *path_fs)
static void static void
sidplay_file_decode(struct decoder *decoder, const char *path_fs) sidplay_file_decode(struct decoder *decoder, const char *path_fs)
{ {
int ret;
int channels; int channels;
/* load the tune */ /* load the tune */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment