summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/Plugin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/Plugin.hpp')
-rw-r--r--src/libs/engine/Plugin.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/libs/engine/Plugin.hpp b/src/libs/engine/Plugin.hpp
index aa51d725..46a2fd0f 100644
--- a/src/libs/engine/Plugin.hpp
+++ b/src/libs/engine/Plugin.hpp
@@ -60,17 +60,6 @@ public:
#endif
{}
-#if 0
- // FIXME: remove
- Plugin() : _type(Internal), _lib_path("/Ingen"),
- _id(0), _library(NULL)
- {
-#ifdef HAVE_SLV2
- _slv2_plugin = NULL;
-#endif
- }
-#endif
-
Plugin(const Plugin* const copy) {
// Copying only allowed for Internal plugins. Bit of a hack, but
// allows the PluginInfo to be defined in the Node class which keeps