diff options
Diffstat (limited to 'apps/plugins/ppmviewer.c')
| -rw-r--r-- | apps/plugins/ppmviewer.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/plugins/ppmviewer.c b/apps/plugins/ppmviewer.c index 035fffe..e138692 100644 --- a/apps/plugins/ppmviewer.c +++ b/apps/plugins/ppmviewer.c @@ -22,10 +22,6 @@ #include "plugin.h" #include "lib/pluginlib_bmp.h" -#if defined(HAVE_LCD_COLOR) - - - /* Magic constants. */ #define PPM_MAGIC1 'P' #define PPM_MAGIC2 '3' @@ -357,5 +353,3 @@ enum plugin_status plugin_start(const void* parameter) return PLUGIN_OK; } - -#endif |