aboutsummaryrefslogtreecommitdiffstats
path: root/serd/serd.h
diff options
context:
space:
mode:
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 5349afc1..315af0b9 100644
--- a/serd/serd.h
+++ b/serd/serd.h
@@ -310,7 +310,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;
/**