lcd-target.h: remove some duplicate declarations

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31625 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2012-01-08 00:52:55 +00:00
parent 9c4a885f31
commit 2737a66471
3 changed files with 0 additions and 33 deletions

View file

@ -21,15 +21,9 @@
#ifndef LCD_TARGET_H
#define LCD_TARGET_H
#include <stdbool.h>
void lcd_enable(bool state);
bool lcd_active(void);
void lcd_init_device(void);
void lcd_clock_enable(void);
void lcd_clock_disable(void);
void lcd_init_controller(void);
void lcd_set_target(int x, int y, int width, int height);
void lcd_on(void);