From 96e1bb655651ad7e0d5bd7841ce5b4642e9458dc Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Mon, 17 Aug 2020 21:59:43 -0400 Subject: Open Plugin cleanup cleanup a few unneded functions Change-Id: I7207fd1380f92bb26ab8365a4bbef6104975acbe --- apps/open_plugin.h | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/open_plugin.h') 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 -- cgit