diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2009-08-16 23:27:00 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2009-08-16 23:27:00 +0000 |
| commit | be8d65450935ad0183d6009e519eef01203697ee (patch) | |
| tree | 180293441157087ed0e9acd5563cd7c7349a21e2 | |
| parent | 1dc3fda32a8cbc14283bdfb8c51339260704470b (diff) | |
| download | rockbox-be8d65450935ad0183d6009e519eef01203697ee.zip rockbox-be8d65450935ad0183d6009e519eef01203697ee.tar.gz rockbox-be8d65450935ad0183d6009e519eef01203697ee.tar.bz2 rockbox-be8d65450935ad0183d6009e519eef01203697ee.tar.xz | |
Remove obsolete IMG_BUFSIZE #define.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22368 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/gui/skin_engine/wps_internals.h | 3 |
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 55fa87a..99b6e8a 100644 --- a/apps/gui/skin_engine/wps_internals.h +++ b/apps/gui/skin_engine/wps_internals.h @@ -121,9 +121,6 @@ struct align_pos { /* The image buffer is big enough to store one full-screen native bitmap, plus two full-screen mono bitmaps. */ -#define IMG_BUFSIZE ((LCD_HEIGHT*LCD_WIDTH*LCD_DEPTH/8) \ - + (2*LCD_HEIGHT*LCD_WIDTH/8)) - #define WPS_MAX_VIEWPORTS 24 #define WPS_MAX_LINES ((LCD_HEIGHT/5+1) * 2) #define WPS_MAX_SUBLINES (WPS_MAX_LINES*3) |