diff options
| author | Boris Gjenero <dreamlayers@rockbox.org> | 2011-12-14 21:45:25 +0000 |
|---|---|---|
| committer | Boris Gjenero <dreamlayers@rockbox.org> | 2011-12-14 21:45:25 +0000 |
| commit | 8e6030c8223bfb3102048b2daccbf6a6f4e97ba2 (patch) | |
| tree | 92f6769d3fbb5936e32d5fb82480b776ea6fbfb9 /firmware/export/usb.h | |
| parent | 273fbadb5537743829f9830de5247626a11aedca (diff) | |
| download | rockbox-8e6030c8223bfb3102048b2daccbf6a6f4e97ba2.zip rockbox-8e6030c8223bfb3102048b2daccbf6a6f4e97ba2.tar.gz rockbox-8e6030c8223bfb3102048b2daccbf6a6f4e97ba2.tar.bz2 rockbox-8e6030c8223bfb3102048b2daccbf6a6f4e97ba2.tar.xz | |
FS#12378 : Remove various unused code, and comment out some unused code and data for reference or future use.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31256 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/usb.h')
| -rw-r--r-- | firmware/export/usb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/export/usb.h b/firmware/export/usb.h index 2dac4c7..d68ac7d 100644 --- a/firmware/export/usb.h +++ b/firmware/export/usb.h @@ -132,7 +132,6 @@ void usb_signal_transfer_completion( struct usb_transfer_completion_event_data *event_data); bool usb_driver_enabled(int driver); bool usb_exclusive_storage(void); /* storage is available for usb */ -void usb_storage_try_release_storage(void); #endif int usb_release_exclusive_storage(void); |