From da03dbe262f38fa0cc5eaacd176a4d8efe5029db Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 17 May 2012 21:56:33 +0000 Subject: Remove pointless state and constructor from Parser. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4426 a436a847-0d15-0410-975c-d299462d15a1 --- src/serialisation/Parser.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/serialisation/Parser.cpp') 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(); } -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. */ -- cgit v1.2.1