summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/TypedConnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/TypedConnection.h')
-rw-r--r--src/libs/engine/TypedConnection.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libs/engine/TypedConnection.h b/src/libs/engine/TypedConnection.h
index 8fb16676..7f142f9d 100644
--- a/src/libs/engine/TypedConnection.h
+++ b/src/libs/engine/TypedConnection.h
@@ -56,10 +56,6 @@ public:
inline Buffer<T>* buffer(size_t voice) const;
private:
- // Disallow copies (undefined)
- TypedConnection(const TypedConnection& copy);
- TypedConnection& operator=(const TypedConnection&);
-
Buffer<T>* m_local_buffer; ///< Only used for poly->mono connections
bool m_must_mix;
size_t m_buffer_size;