summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/sokoban.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/plugins/sokoban.c b/apps/plugins/sokoban.c
index b450e39b54..55f94b72dc 100644
--- a/apps/plugins/sokoban.c
+++ b/apps/plugins/sokoban.c
@@ -103,12 +103,6 @@ extern const fb_data sokoban_tiles[];
103#endif 103#endif
104 104
105#ifdef HAVE_LCD_COLOR 105#ifdef HAVE_LCD_COLOR
106#define WALL_COLOR LCD_RGBPACK(16,20,180) /* Color of the walls */
107#define FREE_TARGET_COLOR LCD_RGBPACK(251,158,25) /* Color of a 'target' without a block on top */
108#define USED_TARGET_COLOR LCD_RGBPACK(255,255,255) /* Color of a 'target' with a block on top */
109#define FREE_BLOCK_COLOR LCD_RGBPACK(22,130,53) /* Color of a block when it's not on a 'target' */
110#define USED_BLOCK_COLOR LCD_RGBPACK(22,130,53) /* Color of a block when it is on a 'target' */
111#define CHAR_COLOR LCD_BLACK /* Color of the 'character' */
112#define BG_COLOR LCD_RGBPACK(181,199,231) /* Background color. Default Rockbox light blue. */ 106#define BG_COLOR LCD_RGBPACK(181,199,231) /* Background color. Default Rockbox light blue. */
113 107
114#elif LCD_DEPTH > 1 108#elif LCD_DEPTH > 1