From 8350acca946fc925d359f2d7c8f342cef8f5b71b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 19 Mar 2012 23:34:37 +0000 Subject: Use dynamic type IDs for Atoms (for direct compatibility with LV2 atoms). git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4079 a436a847-0d15-0410-975c-d299462d15a1 --- raul/URI.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'raul/URI.hpp') diff --git a/raul/URI.hpp b/raul/URI.hpp index 569be41..90d285c 100644 --- a/raul/URI.hpp +++ b/raul/URI.hpp @@ -23,7 +23,6 @@ #include #include #include -#include "raul/Atom.hpp" namespace Raul { @@ -95,8 +94,6 @@ public: inline size_t find(const std::string& s) const { return str().find(s); } inline size_t find_last_of(char c) const { return str().find_last_of(c); } - inline operator Raul::Atom() const { return Raul::Atom(_str, 12345); } - private: const char* _str; }; -- cgit v1.2.1