lcd-remote-target.h: remove more duplicates

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31603 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2012-01-07 18:22:13 +00:00
parent 07ee1b3729
commit 2a5772a20c
4 changed files with 0 additions and 7 deletions

View file

@ -23,8 +23,6 @@
bool remote_detect(void); /* returns detection status */ bool remote_detect(void); /* returns detection status */
void lcd_remote_set_invert_display(bool yesno);
void lcd_remote_set_flip(bool yesno);
void lcd_remote_backlight(bool on); void lcd_remote_backlight(bool on);
void lcd_remote_init_device(void); void lcd_remote_init_device(void);

View file

@ -25,8 +25,6 @@
#define REMOTE_DEINIT_LCD 2 #define REMOTE_DEINIT_LCD 2
void lcd_remote_powersave(bool on); void lcd_remote_powersave(bool on);
void lcd_remote_set_invert_display(bool yesno);
//void lcd_remote_set_flip(bool yesno);
bool remote_detect(void); bool remote_detect(void);
void lcd_remote_init_device(void); void lcd_remote_init_device(void);

View file

@ -27,7 +27,6 @@
void lcd_remote_init_device(void); void lcd_remote_init_device(void);
bool remote_detect(void); bool remote_detect(void);
void lcd_remote_powersave(bool on); void lcd_remote_powersave(bool on);
void lcd_remote_set_contrast(int val);
void lcd_remote_on(void); void lcd_remote_on(void);
void lcd_remote_off(void); void lcd_remote_off(void);
void lcd_remote_poweroff(void); /* for when remote is plugged during shutdown*/ void lcd_remote_poweroff(void); /* for when remote is plugged during shutdown*/

View file

@ -28,8 +28,6 @@
void lcd_remote_emireduce(bool state); void lcd_remote_emireduce(bool state);
#endif #endif
void lcd_remote_powersave(bool on); void lcd_remote_powersave(bool on);
void lcd_remote_set_invert_display(bool yesno);
void lcd_remote_set_flip(bool yesno);
bool remote_detect(void); bool remote_detect(void);
void lcd_remote_init_device(void); void lcd_remote_init_device(void);