summaryrefslogtreecommitdiff
path: root/apps/plugins/chessbox/chessbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/chessbox/chessbox.c')
-rw-r--r--apps/plugins/chessbox/chessbox.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugins/chessbox/chessbox.c b/apps/plugins/chessbox/chessbox.c
index 4e298a8214..9638168290 100644
--- a/apps/plugins/chessbox/chessbox.c
+++ b/apps/plugins/chessbox/chessbox.c
@@ -23,8 +23,6 @@
23 23
24#include "plugin.h" 24#include "plugin.h"
25 25
26#ifdef HAVE_LCD_BITMAP
27
28#if (MEMORYSIZE > 8) /* Lowmem doesn't have playback in chessbox */ 26#if (MEMORYSIZE > 8) /* Lowmem doesn't have playback in chessbox */
29#define HAVE_PLAYBACK_CONTROL 27#define HAVE_PLAYBACK_CONTROL
30#endif 28#endif
@@ -941,5 +939,3 @@ enum plugin_status plugin_start(const void* parameter) {
941 939
942 return PLUGIN_OK; 940 return PLUGIN_OK;
943} 941}
944
945#endif /* HAVE_LCD_BITMAP */