1
0
Fork 0
forked from len0rd/rockbox

this wasnt meant to be commited

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12352 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2007-02-17 14:39:02 +00:00
parent 40a253d464
commit 1ebdd5babd

View file

@ -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)