diff options
Diffstat (limited to 'src/libs/engine/LV2Node.h')
-rw-r--r-- | src/libs/engine/LV2Node.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libs/engine/LV2Node.h b/src/libs/engine/LV2Node.h index 224024a3..f84ef7da 100644 --- a/src/libs/engine/LV2Node.h +++ b/src/libs/engine/LV2Node.h @@ -52,10 +52,6 @@ public: void set_port_buffer(size_t voice, size_t port_num, void* buf); protected: - // Prevent copies (undefined) - LV2Node(const LV2Node& copy); - LV2Node& operator=(const LV2Node&); - //void get_port_vals(ulong port_index, PortInfo* info); const SLV2Plugin* _lv2_plugin; |