summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-2bit-horz.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2007-07-28 08:45:57 +0000
committerMichael Sevakis <jethead71@rockbox.org>2007-07-28 08:45:57 +0000
commit5832b59c85bcde67a2b0f5dea6fdac08d8c78cc3 (patch)
treeb7fef388a302887d13d76fb31ff83064a313e394 /firmware/drivers/lcd-2bit-horz.c
parent58fc279d2674b5d56fed6772f82cdf1e431088f1 (diff)
Fix warnings and errors. Remove some added stuff that wasn't needed afterall.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14036 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers/lcd-2bit-horz.c')
-rw-r--r--firmware/drivers/lcd-2bit-horz.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/drivers/lcd-2bit-horz.c b/firmware/drivers/lcd-2bit-horz.c
index 48fd22f703..70d6b439ce 100644
--- a/firmware/drivers/lcd-2bit-horz.c
+++ b/firmware/drivers/lcd-2bit-horz.c
@@ -122,11 +122,6 @@ void lcd_setfont(int newfont)
curfont = newfont;
}
-int lcd_getfont(void)
-{
- return curfont;
-}
-
int lcd_getstringsize(const unsigned char *str, int *w, int *h)
{
return font_getstringsize(str, w, h, curfont);