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/Patch.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/libs/engine/Patch.h') diff --git a/src/libs/engine/Patch.h b/src/libs/engine/Patch.h index b6b709c4..e02731ff 100644 --- a/src/libs/engine/Patch.h +++ b/src/libs/engine/Patch.h @@ -98,10 +98,6 @@ public: size_t internal_poly() const { return _internal_poly; } private: - // Prevent copies (undefined) - Patch(const Patch&); - Patch& operator=(const Patch&); - inline void build_process_order_recursive(Node* n, Array* order) const; size_t _internal_poly; -- cgit v1.2.1