1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Michael Sevakis 2007-07-28 08:45:57 +00:00
parent 58fc279d26
commit 5832b59c85
9 changed files with 4 additions and 30 deletions

View file

@ -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 */