removed a bit of obsolete stuff
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4697 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d5f1c6e6f8
commit
480c2fa215
1 changed files with 0 additions and 10 deletions
|
@ -334,16 +334,6 @@ void timer4_isr(void)
|
|||
tAudioFrameHeader* pAudioBuf;
|
||||
int height; // height to display
|
||||
|
||||
TSR4 &= ~0x01; // clear the interrupt
|
||||
|
||||
// xor_b(0x40, &PBDRL); // test: toggle LED (PB6)
|
||||
// debug code
|
||||
/*
|
||||
gPlay.nTimeOSD = 1;
|
||||
DrawBuf();
|
||||
gPlay.bDirtyOSD = true;
|
||||
*/
|
||||
|
||||
// reduce height if we have OSD on
|
||||
height = gFileHdr.video_height/8;
|
||||
if (gPlay.nTimeOSD > 0)
|
||||
|
|
Loading…
Reference in a new issue