From 80e8afa857c321514b47d114ea67fd06729a9dff Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 2 Dec 2008 20:11:29 +0000 Subject: Make all this *&#@%* crap work: - Importing at root - Importing in a subpatch - Loading a subpatch at root - Copying (from anywhere) and pasting into root - Copying (from anywhere) and pasting into a subpatch Doesn't work: - Copy and paste of entire subpatches The fixing of which will almost certainly break everything that works. I hate my life. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1843 a436a847-0d15-0410-975c-d299462d15a1 --- src/serialisation/Parser.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/serialisation/Parser.hpp') diff --git a/src/serialisation/Parser.hpp b/src/serialisation/Parser.hpp index 43e6579f..26b79be4 100644 --- a/src/serialisation/Parser.hpp +++ b/src/serialisation/Parser.hpp @@ -70,9 +70,6 @@ public: boost::optional data=boost::optional()); private: - - Glib::ustring relative_uri(Glib::ustring base, const Glib::ustring uri, bool leading_slash); - boost::optional parse( Ingen::Shared::World* world, Shared::CommonInterface* target, -- cgit v1.2.1