summaryrefslogtreecommitdiffstats
path: root/apps/open_plugin.h
diff options
context:
space:
mode:
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;
uint32_t open_plugin_add_path(const char *key, const char *plugin, const char *parameter);
int open_plugin_get_entry(const char *key, struct open_plugin_entry_t *entry);
void open_plugin_browse(const char *key);
-void open_plugin_remove(const char *key);
int open_plugin_run(const char *key);
#endif