Still failing at git-svn, but I won't give up! The previous commit
wasn't meant to be committed. I'll go read up on getting git svn commit-diff right :( git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21624 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
53be2752d3
commit
9ecaa5562d
1 changed files with 1 additions and 4 deletions
|
@ -24,14 +24,12 @@
|
|||
|
||||
#ifdef AB_REPEAT_ENABLE
|
||||
|
||||
unsigned int test = 1;
|
||||
unsigned int ab_A_marker IDATA_ATTR = AB_MARKER_NONE;
|
||||
unsigned int ab_B_marker IDATA_ATTR = AB_MARKER_NONE;
|
||||
bool foo = false;
|
||||
|
||||
#if (CONFIG_CODEC == SWCODEC)
|
||||
void ab_end_of_track_report(void)
|
||||
{
|
||||
test = 2;
|
||||
if ( ab_A_marker_set() && ! ab_B_marker_set() )
|
||||
{
|
||||
ab_jump_to_A_marker();
|
||||
|
@ -40,7 +38,6 @@ void ab_end_of_track_report(void)
|
|||
#else
|
||||
static int ab_audio_event_handler(unsigned short event, unsigned long data)
|
||||
{
|
||||
foo = true;
|
||||
int rc = AUDIO_EVENT_RC_IGNORED;
|
||||
if ( ab_repeat_mode_enabled() )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue