From d6a3c886895f1de314569c39a00005c2c2272c13 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 10 Jan 2011 04:54:26 +0000 Subject: Remove shared/engine dependency on sigc++. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2814 a436a847-0d15-0410-975c-d299462d15a1 --- src/shared/ResourceImpl.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/shared/ResourceImpl.hpp') diff --git a/src/shared/ResourceImpl.hpp b/src/shared/ResourceImpl.hpp index 5173e947..6bb88a76 100644 --- a/src/shared/ResourceImpl.hpp +++ b/src/shared/ResourceImpl.hpp @@ -19,7 +19,6 @@ #define INGEN_SHARED_RESOURCEIMPL_HPP #include -#include #include "raul/URI.hpp" #include "raul/SharedPtr.hpp" #include "interface/Resource.hpp" @@ -55,8 +54,6 @@ public: void dump(std::ostream& os) const; - sigc::signal signal_property; - /** Get the ingen type from a set of Properties. * If some coherent ingen type is found, true is returned and the appropriate * output parameter set to true. Otherwise false is returned. -- cgit v1.2.1