mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
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:
parent
07ee1b3729
commit
2a5772a20c
4 changed files with 0 additions and 7 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
|
|
@ -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);
|
||||||
|
|
|
||||||
|
|
@ -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*/
|
||||||
|
|
|
||||||
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue