diff options
author | David Robillard <d@drobilla.net> | 2014-01-24 03:01:28 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-01-24 03:01:28 +0000 |
commit | e01ab132bd755900cd48c9013d19ff61c5bb98f5 (patch) | |
tree | d5113aa752b72a5a272f99c873b693d55bb2ef12 /src | |
parent | bb3fcd6b15e742ba278fe5ac5cd975e67c715042 (diff) | |
download | sratom-e01ab132bd755900cd48c9013d19ff61c5bb98f5.tar.gz sratom-e01ab132bd755900cd48c9013d19ff61c5bb98f5.tar.bz2 sratom-e01ab132bd755900cd48c9013d19ff61c5bb98f5.zip |
Don't set eg prefix in sratom_to_turtle.
Update NEWS.
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@5320 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r-- | src/sratom.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sratom.c b/src/sratom.c index ef0a450..0894102 100644 --- a/src/sratom.c +++ b/src/sratom.c @@ -465,8 +465,6 @@ sratom_to_turtle(Sratom* sratom, USTR(LV2_ATOM_URI "#")); serd_env_set_prefix_from_strings(env, USTR("rdf"), NS_RDF); serd_env_set_prefix_from_strings(env, USTR("xsd"), NS_XSD); - serd_env_set_prefix_from_strings(env, USTR("eg"), - USTR("http://example.org/")); SerdWriter* writer = serd_writer_new( SERD_TURTLE, |