summaryrefslogtreecommitdiff
path: root/apps/plugins/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/video.c')
-rw-r--r--apps/plugins/video.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/video.c b/apps/plugins/video.c
index bd2ddb5de6..bcbbb99d80 100644
--- a/apps/plugins/video.c
+++ b/apps/plugins/video.c
@@ -31,7 +31,6 @@
31#include "system.h" 31#include "system.h"
32#include "lib/helper.h" 32#include "lib/helper.h"
33 33
34#ifndef SIMULATOR /* not for simulator by now */
35#ifdef HAVE_LCD_BITMAP /* and definitely not for the Player, haha */ 34#ifdef HAVE_LCD_BITMAP /* and definitely not for the Player, haha */
36 35
37PLUGIN_HEADER 36PLUGIN_HEADER
@@ -1026,5 +1025,4 @@ enum plugin_status plugin_start(const void* parameter)
1026} 1025}
1027 1026
1028#endif /* #ifdef HAVE_LCD_BITMAP */ 1027#endif /* #ifdef HAVE_LCD_BITMAP */
1029#endif /* #ifndef SIMULATOR */
1030 1028