From d70ddd35cc03b35d3b765079d6039fef7a2a19fa Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 26 Mar 2017 11:53:09 +0200 Subject: Remove Node::base_uri() method --- ingen/Node.hpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'ingen') diff --git a/ingen/Node.hpp b/ingen/Node.hpp index ddf7bf82..51b000bf 100644 --- a/ingen/Node.hpp +++ b/ingen/Node.hpp @@ -77,13 +77,6 @@ public: virtual const Raul::Path& path() const = 0; virtual const Raul::Symbol& symbol() const = 0; - Raul::URI base_uri() const { - if (uri()[uri().size() - 1] == '/') { - return uri(); - } - return Raul::URI(uri() + '/'); - } - protected: friend class Store; virtual void set_path(const Raul::Path& p) = 0; -- cgit v1.2.1