summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/InputPort.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/InputPort.h')
-rw-r--r--src/libs/engine/InputPort.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libs/engine/InputPort.h b/src/libs/engine/InputPort.h
index 8360fd3e..d1060042 100644
--- a/src/libs/engine/InputPort.h
+++ b/src/libs/engine/InputPort.h
@@ -64,10 +64,6 @@ public:
bool is_output() const { return false; }
private:
- // Prevent copies (Undefined)
- InputPort<T>(const InputPort<T>& copy);
- InputPort<T>& operator=(const InputPort<T>&);
-
void update_buffers();
List<TypedConnection<T>*> m_connections;