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 --- ingen/serialisation/Parser.hpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'ingen/serialisation') 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 parent = boost::optional(), boost::optional symbol = boost::optional(), boost::optional data = boost::optional()); - -private: - Shared::World& _world; }; } // namespace Serialisation -- cgit v1.2.1