From e1c7b3b8f72becc9079c04253a2985f577850a48 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Tue, 30 Apr 2013 07:41:05 +0200 Subject: lcd-16bit: Remove {lss,lse,lst}_pattern fields from struct viewport. These where used for line styling during scrolling, which is now done in apps/, The viewport struct doesn't need to record these anymore. Change-Id: I810d9dcb2644b00a798c6e75acab69c74a78e77f --- apps/screen_access.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'apps/screen_access.h') diff --git a/apps/screen_access.h b/apps/screen_access.h index c5684fc0c7..7efc38b174 100644 --- a/apps/screen_access.h +++ b/apps/screen_access.h @@ -102,11 +102,6 @@ struct screen void (*set_background)(unsigned background); void (*set_foreground)(unsigned foreground); #endif /* (LCD_DEPTH > 1) || (LCD_REMOTE_DEPTH > 1) */ -#if defined(HAVE_LCD_COLOR) - void (*set_selector_start)(unsigned selector); - void (*set_selector_end)(unsigned selector); - void (*set_selector_text)(unsigned selector_text); -#endif void (*update_rect)(int x, int y, int width, int height); void (*update_viewport_rect)(int x, int y, int width, int height); void (*fillrect)(int x, int y, int width, int height); -- cgit v1.2.3