summaryrefslogtreecommitdiffstats
path: root/ingen
diff options
context:
space:
mode:
Diffstat (limited to 'ingen')
-rw-r--r--ingen/serialisation/Parser.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/ingen/serialisation/Parser.hpp b/ingen/serialisation/Parser.hpp
index 5253a3e4..0240dc9d 100644
--- a/ingen/serialisation/Parser.hpp
+++ b/ingen/serialisation/Parser.hpp
@@ -45,7 +45,7 @@ namespace Serialisation {
*/
class Parser {
public:
- explicit Parser(Shared::World& world);
+ explicit Parser() {}
virtual ~Parser() {}
@@ -67,9 +67,6 @@ public:
boost::optional<Raul::Path> parent = boost::optional<Raul::Path>(),
boost::optional<Raul::Symbol> symbol = boost::optional<Raul::Symbol>(),
boost::optional<Properties> data = boost::optional<Properties>());
-
-private:
- Shared::World& _world;
};
} // namespace Serialisation