summaryrefslogtreecommitdiffstats
path: root/src/shared/ResourceImpl.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-01-10 04:54:26 +0000
committerDavid Robillard <d@drobilla.net>2011-01-10 04:54:26 +0000
commitd6a3c886895f1de314569c39a00005c2c2272c13 (patch)
tree61499ce1aa7d60c3f6593e13f6e037efefc973f3 /src/shared/ResourceImpl.hpp
parent4109493217f2544a0dcbcb3ef6d4539651594347 (diff)
downloadingen-d6a3c886895f1de314569c39a00005c2c2272c13.tar.gz
ingen-d6a3c886895f1de314569c39a00005c2c2272c13.tar.bz2
ingen-d6a3c886895f1de314569c39a00005c2c2272c13.zip
Remove shared/engine dependency on sigc++.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2814 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/shared/ResourceImpl.hpp')
-rw-r--r--src/shared/ResourceImpl.hpp3
1 files changed, 0 insertions, 3 deletions
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 <map>
-#include <sigc++/sigc++.h>
#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<void, const Raul::URI&, const Raul::Atom&> 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.