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/LADSPANode.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/libs/engine/LADSPANode.h') diff --git a/src/libs/engine/LADSPANode.h b/src/libs/engine/LADSPANode.h index 6c5d6a5d..db5102e2 100644 --- a/src/libs/engine/LADSPANode.h +++ b/src/libs/engine/LADSPANode.h @@ -49,10 +49,6 @@ public: void plugin(const Plugin* const pi) { _plugin = pi; } protected: - // Prevent copies (undefined) - LADSPANode(const LADSPANode& copy); - LADSPANode& operator=(const LADSPANode&); - //void get_port_vals(ulong port_index, PortInfo* info); void get_port_limits(unsigned long port_index, Sample& default_value, Sample& lower_bound, Sample& upper_bound); -- cgit v1.2.1