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:
parent
58fc279d26
commit
5832b59c85
9 changed files with 4 additions and 30 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue