From f8cb1120b0f3f44d85a406f4bf412ca4b1f67f01 Mon Sep 17 00:00:00 2001 From: Krzysztof Foltman Date: Fri, 2 Apr 2010 23:33:37 +0100 Subject: [PATCH] Remove zombie small plugin code. (cherry picked from commit ed69e7d41246d169ffccdc97cc666b111bdc6710) --- plugins/ladspa_effect/calf/calf/giface.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/ladspa_effect/calf/calf/giface.h b/plugins/ladspa_effect/calf/calf/giface.h index 36ab043b3..e6c0736b3 100644 --- a/plugins/ladspa_effect/calf/calf/giface.h +++ b/plugins/ladspa_effect/calf/calf/giface.h @@ -395,8 +395,6 @@ public: const plugin_metadata_iface *get_by_uri(const char *URI); }; -/// Get a list of all "small" (module) plugins -extern void get_all_small_plugins(plugin_list_info_iface *plii); /// Load and strdup a text file with GUI definition extern const char *load_gui_xml(const std::string &plugin_id);