1
0
Fork 0
forked from len0rd/rockbox

Remove some unused declarations

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21010 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2009-05-21 12:32:26 +00:00
parent 0e725551af
commit 2dc2054319
17 changed files with 3 additions and 20 deletions

View file

@ -36,7 +36,6 @@ void button_close_device(void);
int button_read_device(void);
void button_power_event(void);
void headphone_detect_event(void);
bool headphones_inserted(void);
void headphone_init(void);
void button_headphone_set(int button);

View file

@ -27,9 +27,7 @@
void usb_connect_event(void);
void usb_init_device(void);
int usb_detect(void);
/* Read the immediate state of the cable from the PMIC */
bool usb_plugged(void);
void usb_enable(bool on);
#endif /* USB_TARGET */