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:
Rafaël Carré 2012-01-07 18:15:32 +00:00
parent 279e90e654
commit 07ee1b3729
3 changed files with 0 additions and 6 deletions

View file

@ -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;

View file

@ -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);

View file

@ -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;