summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-08-16 23:27:00 +0000
committerThomas Martitz <kugel@rockbox.org>2009-08-16 23:27:00 +0000
commitbe8d65450935ad0183d6009e519eef01203697ee (patch)
tree180293441157087ed0e9acd5563cd7c7349a21e2 /apps
parent1dc3fda32a8cbc14283bdfb8c51339260704470b (diff)
downloadrockbox-be8d65450935ad0183d6009e519eef01203697ee.tar.gz
rockbox-be8d65450935ad0183d6009e519eef01203697ee.zip
Remove obsolete IMG_BUFSIZE #define.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22368 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-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)