summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/menus/playback_menu.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/menus/playback_menu.c b/apps/menus/playback_menu.c
index 9fa07cc227..bdc0f93c89 100644
--- a/apps/menus/playback_menu.c
+++ b/apps/menus/playback_menu.c
@@ -188,7 +188,7 @@ MAKE_MENU(playback_menu_item,ID2P(LANG_PLAYBACK),0,
188 ,&unplug_menu 188 ,&unplug_menu
189#endif 189#endif
190 ); 190 );
191 #include "debug.h" 191
192int playback_callback(int action,const struct menu_item_ex *this_item) 192int playback_callback(int action,const struct menu_item_ex *this_item)
193{ 193{
194 static bool old_shuffle = false; 194 static bool old_shuffle = false;
@@ -197,7 +197,6 @@ int playback_callback(int action,const struct menu_item_ex *this_item)
197 switch (action) 197 switch (action)
198 { 198 {
199 case ACTION_ENTER_MENUITEM: 199 case ACTION_ENTER_MENUITEM:
200 DEBUGF("boo\n");
201 if (this_item == &shuffle_item) 200 if (this_item == &shuffle_item)
202 old_shuffle = global_settings.playlist_shuffle; 201 old_shuffle = global_settings.playlist_shuffle;
203 else if (this_item == &repeat_mode) 202 else if (this_item == &repeat_mode)