From e77d96cf892592f299d6b09955db1b852b2234b3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= <j.neuschaefer@gmx.net>
Date: Wed, 15 Feb 2012 20:35:05 +0100
Subject: decoder/sidplay: remove unused variable 'ret'

---
 src/decoder/sidplay_decoder_plugin.cxx | 1 -
 1 file changed, 1 deletion(-)

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 */
-- 
cgit v1.2.3