summaryrefslogtreecommitdiffstats
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,
,&unplug_menu
#endif
);
- #include "debug.h"
+
int playback_callback(int action,const struct menu_item_ex *this_item)
{
static bool old_shuffle = false;
@@ -197,7 +197,6 @@ int playback_callback(int action,const struct menu_item_ex *this_item)
switch (action)
{
case ACTION_ENTER_MENUITEM:
- DEBUGF("boo\n");
if (this_item == &shuffle_item)
old_shuffle = global_settings.playlist_shuffle;
else if (this_item == &repeat_mode)