lcd-remote-target.h: remove duplicate declarations
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31602 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
279e90e654
commit
07ee1b3729
3 changed files with 0 additions and 6 deletions
|
@ -30,8 +30,6 @@ void lcd_remote_backlight(bool on);
|
|||
void lcd_remote_init_device(void);
|
||||
void lcd_remote_on(void);
|
||||
void lcd_remote_off(void);
|
||||
void lcd_remote_update(void);
|
||||
void lcd_remote_update_rect(int, int, int, int);
|
||||
bool lcd_remote_read_device(unsigned char *data);
|
||||
|
||||
extern bool remote_initialized;
|
||||
|
|
|
@ -32,8 +32,6 @@ bool remote_detect(void);
|
|||
void lcd_remote_init_device(void);
|
||||
void lcd_remote_on(void);
|
||||
void lcd_remote_off(void);
|
||||
void lcd_remote_update(void);
|
||||
void lcd_remote_update_rect(int, int, int, int);
|
||||
|
||||
#ifndef SIMULATOR
|
||||
void _remote_backlight_on(void);
|
||||
|
|
|
@ -35,8 +35,6 @@ bool remote_detect(void);
|
|||
void lcd_remote_init_device(void);
|
||||
void lcd_remote_on(void);
|
||||
void lcd_remote_off(void);
|
||||
void lcd_remote_update(void);
|
||||
void lcd_remote_update_rect(int, int, int, int);
|
||||
|
||||
extern bool remote_initialized;
|
||||
|
||||
|
|
Loading…
Reference in a new issue