diff options
Diffstat (limited to 'src/libs/engine/DSSINode.h')
-rw-r--r-- | src/libs/engine/DSSINode.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libs/engine/DSSINode.h b/src/libs/engine/DSSINode.h index 1ef58d58..fd5a7afc 100644 --- a/src/libs/engine/DSSINode.h +++ b/src/libs/engine/DSSINode.h @@ -65,10 +65,6 @@ public: void plugin(const Plugin* const pi) { _plugin = pi; } private: - // Prevent copies (undefined) - DSSINode(const DSSINode& copy); - DSSINode& operator=(const DSSINode& copy); - bool has_midi_input() const; // DSSI GUI messages |