From fef40e465abe7ddfc5895bf2547a3f004eaa9b5c Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 2 Apr 2007 00:32:26 +0000 Subject: These remote LCD bitmap functions cannot be added without warning this way; revert for now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12997 a1c6a512-1295-4272-9138-f99709370657 --- apps/screen_access.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'apps/screen_access.c') diff --git a/apps/screen_access.c b/apps/screen_access.c index bf2d222760..89b09ad959 100644 --- a/apps/screen_access.c +++ b/apps/screen_access.c @@ -54,16 +54,6 @@ void screen_init(struct screen * screen, enum screen_type screen_type) screen->mono_bitmap_part=&lcd_remote_mono_bitmap_part; screen->set_drawmode=&lcd_remote_set_drawmode; #if LCD_REMOTE_DEPTH > 1 - screen->bitmap=&lcd_remote_bitmap; - screen->bitmap_part=&lcd_remote_bitmap_part; -#if LCD_REMOTE_DEPTH == 2 - /* No transparency yet for grayscale lcd */ - screen->transparent_bitmap=&lcd_remote_bitmap; - screen->transparent_bitmap_part=&lcd_remote_bitmap_part; -#else - screen->transparent_bitmap=&lcd_remote_bitmap_transparent; - screen->transparent_bitmap_part=&lcd_remote_bitmap_transparent_part; -#endif #if defined(HAVE_LCD_COLOR) screen->color_to_native=&lcd_remote_color_to_native; #endif -- cgit v1.2.3