summaryrefslogtreecommitdiffstats
path: root/firmware/export/lcd-remote.h
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/export/lcd-remote.h
parent58fc279d2674b5d56fed6772f82cdf1e431088f1 (diff)
downloadrockbox-5832b59c85bcde67a2b0f5dea6fdac08d8c78cc3.tar.gz
rockbox-5832b59c85bcde67a2b0f5dea6fdac08d8c78cc3.zip
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/export/lcd-remote.h')
-rw-r--r--firmware/export/lcd-remote.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/export/lcd-remote.h b/firmware/export/lcd-remote.h
index 329edd5f27..6f3602c5ab 100644
--- a/firmware/export/lcd-remote.h
+++ b/firmware/export/lcd-remote.h
@@ -142,7 +142,6 @@ extern void lcd_remote_setmargins(int xmargin, int ymargin);
extern int lcd_remote_getxmargin(void);
extern int lcd_remote_getymargin(void);
extern void lcd_remote_setfont(int font);
-extern int lcd_remote_getfont(void);
extern int lcd_remote_getstringsize(const unsigned char *str, int *w, int *h);
/* low level drawing function pointer arrays */