From 05c2dfb6d677e5dc49c4de1ec568da4f69e3c877 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 18 Feb 2011 15:37:36 +0000 Subject: Trim more cruft. Correctly receive data about plugins with hashes in their URIs. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2988 a436a847-0d15-0410-975c-d299462d15a1 --- src/serialisation/Parser.hpp | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'src/serialisation/Parser.hpp') diff --git a/src/serialisation/Parser.hpp b/src/serialisation/Parser.hpp index 6d1661dd..5d4fc3fc 100644 --- a/src/serialisation/Parser.hpp +++ b/src/serialisation/Parser.hpp @@ -56,17 +56,6 @@ public: Shared::CommonInterface* target, const Glib::ustring& str, const Glib::ustring& base_uri, - boost::optional data_path=boost::optional(), - boost::optional parent=boost::optional(), - boost::optional symbol=boost::optional(), - boost::optional data=boost::optional()); - - virtual bool parse_update( - Ingen::Shared::World* world, - Shared::CommonInterface* target, - const Glib::ustring& str, - const Glib::ustring& base_uri, - boost::optional data_path=boost::optional(), boost::optional parent=boost::optional(), boost::optional symbol=boost::optional(), boost::optional data=boost::optional()); @@ -81,9 +70,8 @@ public: typedef std::list PatchRecords; - virtual PatchRecords find_patches( - Ingen::Shared::World* world, - const Glib::ustring& manifest_uri); + virtual PatchRecords find_patches(Ingen::Shared::World* world, + const Glib::ustring& manifest_uri); private: boost::optional parse( -- cgit v1.2.1