summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-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)