From 217bc5d3bb4ba9be558b120d594239aea46acfa5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Mar 2013 04:49:48 +0000 Subject: Remove unused SERD_URI enum value. git-svn-id: http://svn.drobilla.net/serd/trunk@438 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- src/writer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/writer.c b/src/writer.c index 380a561d..78a8347f 100644 --- a/src/writer.c +++ b/src/writer.c @@ -97,7 +97,6 @@ struct SerdWriterImpl { }; typedef enum { - WRITE_URI, WRITE_STRING, WRITE_LONG_STRING } TextContext; -- cgit v1.2.1