summaryrefslogtreecommitdiffstats
path: root/src/serialisation/Parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/serialisation/Parser.cpp')
-rw-r--r--src/serialisation/Parser.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/serialisation/Parser.cpp b/src/serialisation/Parser.cpp
index 5406ab24..3033f538 100644
--- a/src/serialisation/Parser.cpp
+++ b/src/serialisation/Parser.cpp
@@ -558,11 +558,6 @@ parse(Ingen::Shared::World* world,
return boost::optional<Path>();
}
-Parser::Parser(Ingen::Shared::World& world)
- : _world(world)
-{
-}
-
/** Parse a patch from RDF into a Interface (engine or client).
* @return whether or not load was successful.
*/