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
This commit is contained in:
Jens Arnold 2007-04-02 00:32:26 +00:00
parent c55ec18f98
commit fef40e465a

View file

@ -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