diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/plugins/video.c | 10 |
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) 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) |