summaryrefslogtreecommitdiffstats
path: root/src/serialisation/Parser.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-12-02 20:11:29 +0000
committerDavid Robillard <d@drobilla.net>2008-12-02 20:11:29 +0000
commit80e8afa857c321514b47d114ea67fd06729a9dff (patch)
tree896c11e7cde79c1bd4b310f46d9cceaec6581b9d /src/serialisation/Parser.hpp
parentaccd6d603112a2e2cfb0a8f7aff1d86b769a1d85 (diff)
downloadingen-80e8afa857c321514b47d114ea67fd06729a9dff.tar.gz
ingen-80e8afa857c321514b47d114ea67fd06729a9dff.tar.bz2
ingen-80e8afa857c321514b47d114ea67fd06729a9dff.zip
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
Diffstat (limited to 'src/serialisation/Parser.hpp')
-rw-r--r--src/serialisation/Parser.hpp3
1 files changed, 0 insertions, 3 deletions
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<GraphObject::Variables> data=boost::optional<GraphObject::Variables>());
private:
-
- Glib::ustring relative_uri(Glib::ustring base, const Glib::ustring uri, bool leading_slash);
-
boost::optional<Raul::Path> parse(
Ingen::Shared::World* world,
Shared::CommonInterface* target,