From 4d33074e658081cb8debb06b59ee9e5e90bef79f Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sat, 28 Oct 2006 21:29:32 +0000 Subject: remove the 1 bit jewels for greyscale targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11374 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bitmaps/native/SOURCES | 4 ---- apps/plugins/bitmaps/native/jewels.138x110x1.bmp | Bin 478 -> 0 bytes apps/plugins/bitmaps/native/jewels.160x128x1.bmp | Bin 574 -> 0 bytes 3 files changed, 4 deletions(-) delete mode 100755 apps/plugins/bitmaps/native/jewels.138x110x1.bmp delete mode 100644 apps/plugins/bitmaps/native/jewels.160x128x1.bmp (limited to 'apps/plugins') diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 76e1effa70..be8f2b6889 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -56,12 +56,8 @@ jewels.112x64x1.bmp jewels.112x64x1.bmp #elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 128) jewels.128x128x16.bmp -#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110) && (LCD_DEPTH == 1) -jewels.138x110x1.bmp #elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110) jewels.138x110x2.bmp -#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH == 1) -jewels.160x128x1.bmp #elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && !defined(HAVE_LCD_COLOR) jewels.160x128x2.bmp #elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && defined(HAVE_LCD_COLOR) diff --git a/apps/plugins/bitmaps/native/jewels.138x110x1.bmp b/apps/plugins/bitmaps/native/jewels.138x110x1.bmp deleted file mode 100755 index eea579736f..0000000000 Binary files a/apps/plugins/bitmaps/native/jewels.138x110x1.bmp and /dev/null differ diff --git a/apps/plugins/bitmaps/native/jewels.160x128x1.bmp b/apps/plugins/bitmaps/native/jewels.160x128x1.bmp deleted file mode 100644 index 0417362a8b..0000000000 Binary files a/apps/plugins/bitmaps/native/jewels.160x128x1.bmp and /dev/null differ -- cgit v1.2.3