summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sratom.c2
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,