diff options
Diffstat (limited to 'src/libs/engine/NodeFactory.hpp')
-rw-r--r-- | src/libs/engine/NodeFactory.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libs/engine/NodeFactory.hpp b/src/libs/engine/NodeFactory.hpp index decf59c0..47bd4993 100644 --- a/src/libs/engine/NodeFactory.hpp +++ b/src/libs/engine/NodeFactory.hpp @@ -76,11 +76,6 @@ private: NodeImpl* load_lv2_plugin(const string& plugin_uri, const string& name, bool polyphonic, Patch* parent, SampleRate srate, size_t buffer_size); #endif -#ifdef HAVE_DSSI - void load_dssi_plugins(); - NodeImpl* load_dssi_plugin(const string& plugin_uri, const string& name, bool polyphonic, Patch* parent, SampleRate srate, size_t buffer_size); -#endif - NodeImpl* load_internal_plugin(const string& plug_label, const string& name, bool polyphonic, Patch* parent, SampleRate srate, size_t buffer_size); Glib::Module* library(const string& path); |