summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/skin_engine')
-rw-r--r--apps/gui/skin_engine/wps_internals.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/gui/skin_engine/wps_internals.h b/apps/gui/skin_engine/wps_internals.h
index 55fa87ae25..99b6e8ad9b 100644
--- a/apps/gui/skin_engine/wps_internals.h
+++ b/apps/gui/skin_engine/wps_internals.h
@@ -121,9 +121,6 @@ struct align_pos {
121/* The image buffer is big enough to store one full-screen native bitmap, 121/* The image buffer is big enough to store one full-screen native bitmap,
122 plus two full-screen mono bitmaps. */ 122 plus two full-screen mono bitmaps. */
123 123
124#define IMG_BUFSIZE ((LCD_HEIGHT*LCD_WIDTH*LCD_DEPTH/8) \
125 + (2*LCD_HEIGHT*LCD_WIDTH/8))
126
127#define WPS_MAX_VIEWPORTS 24 124#define WPS_MAX_VIEWPORTS 24
128#define WPS_MAX_LINES ((LCD_HEIGHT/5+1) * 2) 125#define WPS_MAX_LINES ((LCD_HEIGHT/5+1) * 2)
129#define WPS_MAX_SUBLINES (WPS_MAX_LINES*3) 126#define WPS_MAX_SUBLINES (WPS_MAX_LINES*3)