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:
parent
0e725551af
commit
2dc2054319
17 changed files with 3 additions and 20 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue