From b31ae4554a21aa5c3f57db03e9496ce1a65ce381 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sun, 27 Aug 2017 19:24:20 +0200 Subject: fix yellow, commit f2f1889 left a variable unused Change-Id: I128bf509cb68860cc2c12b42d032621a5bc71008 --- apps/plugins/sokoban.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps') 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", -- cgit v1.2.3