From d38458e73cf7dfe02d2ea0ceb050f64df43413b8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 16 Oct 2006 07:28:30 +0000 Subject: Used boost::noncopyable to eliminate undefined private copy constructors spread everywhere. git-svn-id: http://svn.drobilla.net/lad/ingen@182 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/TypedConnection.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/libs/engine/TypedConnection.h') 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* buffer(size_t voice) const; private: - // Disallow copies (undefined) - TypedConnection(const TypedConnection& copy); - TypedConnection& operator=(const TypedConnection&); - Buffer* m_local_buffer; ///< Only used for poly->mono connections bool m_must_mix; size_t m_buffer_size; -- cgit v1.2.1