From af759288a2517f9acf4c28f79d9c43be0086a221 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 18 Aug 2008 03:49:35 +0000 Subject: More copy/paste and serialisation work. Don't die on invalid path for set_property and set_variable (return error to client). Working paste to subpatches, paste of connected patch ports and modules. git-svn-id: http://svn.drobilla.net/lad/ingen@1428 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/serialisation/Parser.hpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/libs/serialisation/Parser.hpp') diff --git a/src/libs/serialisation/Parser.hpp b/src/libs/serialisation/Parser.hpp index 3a99b7da..fd5fdece 100644 --- a/src/libs/serialisation/Parser.hpp +++ b/src/libs/serialisation/Parser.hpp @@ -73,14 +73,6 @@ private: boost::optional symbol=boost::optional(), boost::optional data=boost::optional()); - Raul::Path parse_path( - Ingen::Shared::World* world, - Redland::Model& model, - const Glib::ustring& base_uri, - const Glib::ustring& object_uri, - boost::optional& parent, - boost::optional& symbol); - bool parse_patch( Ingen::Shared::World* world, Ingen::Shared::CommonInterface* target, -- cgit v1.2.1