diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2007-02-17 14:39:02 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2007-02-17 14:39:02 +0000 |
| commit | 1ebdd5babd56fda39c8e186d477887e8519d8790 (patch) | |
| tree | f745ba8d90be187b8a10b8e0d6996a1cf2cf3a51 /apps | |
| parent | 40a253d46411d7fb88483bddbfbae8c25c9bc861 (diff) | |
| download | rockbox-1ebdd5babd56fda39c8e186d477887e8519d8790.zip rockbox-1ebdd5babd56fda39c8e186d477887e8519d8790.tar.gz rockbox-1ebdd5babd56fda39c8e186d477887e8519d8790.tar.bz2 rockbox-1ebdd5babd56fda39c8e186d477887e8519d8790.tar.xz | |
this wasnt meant to be commited
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12352 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/menus/playback_menu.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/menus/playback_menu.c b/apps/menus/playback_menu.c index 9fa07cc..bdc0f93 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) |