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:
Jörg Hohensohn 2004-05-23 15:41:28 +00:00
parent d5f1c6e6f8
commit 480c2fa215

View file

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