aboutsummaryrefslogtreecommitdiffstats
path: root/serd
diff options
context:
space:
mode:
Diffstat (limited to 'serd')
-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;
/**