From 1ebdd5babd56fda39c8e186d477887e8519d8790 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sat, 17 Feb 2007 14:39:02 +0000 Subject: [PATCH] this wasnt meant to be commited git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12352 a1c6a512-1295-4272-9138-f99709370657 --- apps/menus/playback_menu.c | 3 +-- 1 file changed, 1 insertion(+), 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)