diff options
author | William Wilgus <wilgus.william@gmail.com> | 2020-08-17 21:59:43 -0400 |
---|---|---|
committer | William Wilgus <me.theuser@yahoo.com> | 2020-08-18 02:07:23 +0000 |
commit | 96e1bb655651ad7e0d5bd7841ce5b4642e9458dc (patch) | |
tree | ab3139096fe2b16b02f371d574ede7c30076eee5 /apps/open_plugin.h | |
parent | f029078f0d1173f44d5163eed58cb9fb2a48859d (diff) |
Open Plugin cleanup
cleanup a few unneded functions
Change-Id: I7207fd1380f92bb26ab8365a4bbef6104975acbe
Diffstat (limited to 'apps/open_plugin.h')
-rw-r--r-- | apps/open_plugin.h | 1 |
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 |