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/client/PatchModel.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/libs/client/PatchModel.h') diff --git a/src/libs/client/PatchModel.h b/src/libs/client/PatchModel.h index 7dbad00b..402e84c3 100644 --- a/src/libs/client/PatchModel.h +++ b/src/libs/client/PatchModel.h @@ -87,10 +87,6 @@ private: void rename_node(const Path& old_path, const Path& new_path); void rename_node_port(const Path& old_path, const Path& new_path); - // Prevent copies (undefined) - PatchModel(const PatchModel& copy); - PatchModel& operator=(const PatchModel& copy); - NodeModelMap m_nodes; ConnectionList m_connections; string m_filename; -- cgit v1.2.1