summaryrefslogtreecommitdiff
path: root/apps/plugins/grayscale.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/grayscale.c')
-rw-r--r--apps/plugins/grayscale.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/grayscale.c b/apps/plugins/grayscale.c
index ff94e6ae8c..4ca2ba09b3 100644
--- a/apps/plugins/grayscale.c
+++ b/apps/plugins/grayscale.c
@@ -19,7 +19,6 @@
19* 19*
20****************************************************************************/ 20****************************************************************************/
21 21
22#ifndef SIMULATOR /* not for simulator by now */
23#include "plugin.h" 22#include "plugin.h"
24 23
25#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) && (CONFIG_LCD != LCD_IPOD2BPP) 24#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) && (CONFIG_LCD != LCD_IPOD2BPP)
@@ -336,5 +335,4 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
336} 335}
337 336
338#endif // #ifdef HAVE_LCD_BITMAP 337#endif // #ifdef HAVE_LCD_BITMAP
339#endif // #ifndef SIMULATOR
340 338