summaryrefslogtreecommitdiff
path: root/apps/open_plugin.h
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2020-08-17 21:59:43 -0400
committerWilliam Wilgus <me.theuser@yahoo.com>2020-08-18 02:07:23 +0000
commit96e1bb655651ad7e0d5bd7841ce5b4642e9458dc (patch)
treeab3139096fe2b16b02f371d574ede7c30076eee5 /apps/open_plugin.h
parentf029078f0d1173f44d5163eed58cb9fb2a48859d (diff)
downloadrockbox-96e1bb655651ad7e0d5bd7841ce5b4642e9458dc.tar.gz
rockbox-96e1bb655651ad7e0d5bd7841ce5b4642e9458dc.zip
Open Plugin cleanup
cleanup a few unneded functions Change-Id: I7207fd1380f92bb26ab8365a4bbef6104975acbe
Diffstat (limited to 'apps/open_plugin.h')
-rw-r--r--apps/open_plugin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/open_plugin.h b/apps/open_plugin.h
index 2d8a527073..9f20d7ffda 100644
--- a/apps/open_plugin.h
+++ b/apps/open_plugin.h
@@ -58,7 +58,6 @@ extern struct open_plugin_entry_t open_plugin_entry;
58uint32_t open_plugin_add_path(const char *key, const char *plugin, const char *parameter); 58uint32_t open_plugin_add_path(const char *key, const char *plugin, const char *parameter);
59int open_plugin_get_entry(const char *key, struct open_plugin_entry_t *entry); 59int open_plugin_get_entry(const char *key, struct open_plugin_entry_t *entry);
60void open_plugin_browse(const char *key); 60void open_plugin_browse(const char *key);
61void open_plugin_remove(const char *key);
62int open_plugin_run(const char *key); 61int open_plugin_run(const char *key);
63#endif 62#endif
64 63