From f437b0aa5459fa16a4c24aefb523e06dda328bc0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 16 Dec 2008 08:45:46 +0000 Subject: Trim include dependency tree. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1870 a436a847-0d15-0410-975c-d299462d15a1 --- raul/Atom.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'raul/Atom.hpp') diff --git a/raul/Atom.hpp b/raul/Atom.hpp index 8302bf9..44b4b0c 100644 --- a/raul/Atom.hpp +++ b/raul/Atom.hpp @@ -69,8 +69,6 @@ public: free(_blob_val); } - // Gotta love C++ boilerplate: - Atom(const Atom& copy) : _type(copy._type) { -- cgit v1.2.1