summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 4b7eb28b3d..84200bbf05 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -284,11 +284,9 @@ static const struct plugin_api rockbox_api = {
284 fdprintf, 284 fdprintf,
285 read_line, 285 read_line,
286 settings_parseline, 286 settings_parseline,
287#ifdef HAVE_DISK_STORAGE
288 storage_sleep, 287 storage_sleep,
289 storage_spin, 288 storage_spin,
290 storage_spindown, 289 storage_spindown,
291#endif
292#if USING_STORAGE_CALLBACK 290#if USING_STORAGE_CALLBACK
293 register_storage_idle_func, 291 register_storage_idle_func,
294 unregister_storage_idle_func, 292 unregister_storage_idle_func,