From 618fbe7ad843aed738942b6e5bd87000bb11b53c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 14 Mar 2012 23:45:04 +0000 Subject: Remove silly/slow Quark::c_str() since Quark derives from a string type anyway. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4059 a436a847-0d15-0410-975c-d299462d15a1 --- include/ingen/shared/URIs.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'include/ingen') 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; }; -- cgit v1.2.1