summaryrefslogtreecommitdiffstats
path: root/src/shared/ResourceImpl.hpp
diff options
context:
space:
mode:
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.