summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2004-05-23 15:41:28 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2004-05-23 15:41:28 +0000
commit480c2fa2156a701005961d56dcc26d8b66d7e401 (patch)
tree695d9233c9de63cc6452e5866fde5baf19d3479e
parentd5f1c6e6f8fbbe67be538a7abe794c17b0aef022 (diff)
downloadrockbox-480c2fa2156a701005961d56dcc26d8b66d7e401.tar.gz
rockbox-480c2fa2156a701005961d56dcc26d8b66d7e401.zip
removed a bit of obsolete stuff
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4697 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/video.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/plugins/video.c b/apps/plugins/video.c
index 3e40f9af9c..27bb736813 100644
--- a/apps/plugins/video.c
+++ b/apps/plugins/video.c
@@ -334,16 +334,6 @@ void timer4_isr(void)
334 tAudioFrameHeader* pAudioBuf; 334 tAudioFrameHeader* pAudioBuf;
335 int height; // height to display 335 int height; // height to display
336 336
337 TSR4 &= ~0x01; // clear the interrupt
338
339 // xor_b(0x40, &PBDRL); // test: toggle LED (PB6)
340 // debug code
341/*
342 gPlay.nTimeOSD = 1;
343 DrawBuf();
344 gPlay.bDirtyOSD = true;
345*/
346
347 // reduce height if we have OSD on 337 // reduce height if we have OSD on
348 height = gFileHdr.video_height/8; 338 height = gFileHdr.video_height/8;
349 if (gPlay.nTimeOSD > 0) 339 if (gPlay.nTimeOSD > 0)