aboutsummaryrefslogtreecommitdiffstats
path: root/serd/serd.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-07-13 21:04:54 +0200
committerDavid Robillard <d@drobilla.net>2018-12-31 11:37:48 -0500
commit8e5dbd1d5b62f66888dbf74929240da0b7ab465b (patch)
tree51183805ec41f5acb2c07ec17a64d189687c389a /serd/serd.h
parent87a1b30968d422831615ffb2fce33603a3e24e84 (diff)
downloadserd-8e5dbd1d5b62f66888dbf74929240da0b7ab465b.tar.gz
serd-8e5dbd1d5b62f66888dbf74929240da0b7ab465b.tar.bz2
serd-8e5dbd1d5b62f66888dbf74929240da0b7ab465b.zip
Separate ByteSink from Writer
Diffstat (limited to 'serd/serd.h')
-rw-r--r--serd/serd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/serd/serd.h b/serd/serd.h
index 59d49661..5a761b2b 100644
--- a/serd/serd.h
+++ b/serd/serd.h
@@ -309,7 +309,6 @@ typedef struct {
*/
typedef enum {
SERD_STYLE_ASCII = 1 << 0, /**< Escape all non-ASCII characters. */
- SERD_STYLE_BULK = 1 << 1 /**< Write output in pages. */
} SerdStyle;
/**