summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2017-08-27 19:24:20 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2017-08-27 19:25:56 +0200
commitb31ae4554a21aa5c3f57db03e9496ce1a65ce381 (patch)
treefb66c39563843763e4b15e29e22a1cb3158f37d6
parent27ca56d241356cb12aeb2f0a00e892d8b797edda (diff)
downloadrockbox-b31ae45.tar.gz
rockbox-b31ae45.zip
fix yellow, commit f2f1889 left a variable unused
Change-Id: I128bf509cb68860cc2c12b42d032621a5bc71008
-rw-r--r--apps/plugins/sokoban.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/sokoban.c b/apps/plugins/sokoban.c
index 75a79a0754..fc77267e4b 100644
--- a/apps/plugins/sokoban.c
+++ b/apps/plugins/sokoban.c
@@ -1513,7 +1513,6 @@ static int sokoban_menu(void)
int selection = 0;
bool menu_quit;
int start_selected = 0;
- int prev_level = current_info.level.index;
MENUITEM_STRINGLIST(menu, "Sokoban Menu", NULL,
"Resume", "Select Level", "Audio Playback", "Keys",