decoder/sidplay: remove unused variable 'ret'

This commit is contained in:
Jonathan Neuschäfer 2012-02-15 20:35:05 +01:00
parent ae28ba84d2
commit e77d96cf89

View File

@ -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 */