summaryrefslogtreecommitdiffstats
path: root/sord
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-01-14 05:24:26 +0000
committerDavid Robillard <d@drobilla.net>2013-01-14 05:24:26 +0000
commitb7e47817ea15e7075bfc65aa9a79c6ea6bf6f2ee (patch)
treee62e6cbdb350a44085ae89d72b90b4a8a46841de /sord
parentab9f1077d6a1a0adb97d2dbc1800e05ecb94a018 (diff)
downloadsord-b7e47817ea15e7075bfc65aa9a79c6ea6bf6f2ee.tar.gz
sord-b7e47817ea15e7075bfc65aa9a79c6ea6bf6f2ee.tar.bz2
sord-b7e47817ea15e7075bfc65aa9a79c6ea6bf6f2ee.zip
Don't automatically add RDF namespace prefix to world.
git-svn-id: http://svn.drobilla.net/sord/trunk@278 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'sord')
-rw-r--r--sord/sordmm.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/sord/sordmm.hpp b/sord/sordmm.hpp
index d839d1b..1f7d20f 100644
--- a/sord/sordmm.hpp
+++ b/sord/sordmm.hpp
@@ -113,7 +113,6 @@ public:
: _next_blank_id(0)
{
_c_obj = sord_world_new();
- add_prefix("rdf", "http://www.w3.org/1999/02/22-rdf-syntax-ns#");
}
inline ~World() {