summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/video_thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer/video_thread.c')
-rw-r--r--apps/plugins/mpegplayer/video_thread.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/apps/plugins/mpegplayer/video_thread.c b/apps/plugins/mpegplayer/video_thread.c
index e69089d734..aeaf942058 100644
--- a/apps/plugins/mpegplayer/video_thread.c
+++ b/apps/plugins/mpegplayer/video_thread.c
@@ -1030,11 +1030,4 @@ void video_thread_exit(void)
1030 IF_COP(invalidate_icache()); 1030 IF_COP(invalidate_icache());
1031 video_str.thread = NULL; 1031 video_str.thread = NULL;
1032 } 1032 }
1033 else
1034 {
1035 /* Some things were done before thread creation */
1036#ifndef HAVE_LCD_COLOR
1037 gray_release();
1038#endif
1039 }
1040} 1033}