diff options
-rw-r--r-- | include/ingen/shared/URIs.hpp | 1 | ||||
-rw-r--r-- | src/shared/URIs.cpp | 6 |
2 files changed, 0 insertions, 7 deletions
diff --git a/include/ingen/shared/URIs.hpp b/include/ingen/shared/URIs.hpp index 7490526d..27f875fc 100644 --- a/include/ingen/shared/URIs.hpp +++ b/include/ingen/shared/URIs.hpp @@ -35,7 +35,6 @@ public: struct Quark : public Raul::URI { Quark(const char* str); - const char* c_str() const; uint32_t id; }; diff --git a/src/shared/URIs.cpp b/src/shared/URIs.cpp index 058049df..1b65f698 100644 --- a/src/shared/URIs.cpp +++ b/src/shared/URIs.cpp @@ -42,12 +42,6 @@ URIs::Quark::Quark(const char* c_str) { } -const char* -URIs::Quark::c_str() const -{ - return g_quark_to_string(id); -} - #define NS_CTX "http://lv2plug.in/ns/ext/contexts#" #define NS_INGEN "http://drobilla.net/ns/ingen#" #define NS_RDF "http://www.w3.org/1999/02/22-rdf-syntax-ns#" |