From 776a198a686b4eeb824dc520ed12f169ac7e1e65 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 13 Aug 2021 17:07:23 -0400 Subject: Remove SERD_NO_INLINE_OBJECTS This seems like pointless complexity now, since it's easy to just write simply ordered statements yourself. --- include/serd/serd.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/serd') diff --git a/include/serd/serd.h b/include/serd/serd.h index 07f6b9f5..daf903a2 100644 --- a/include/serd/serd.h +++ b/include/serd/serd.h @@ -2678,8 +2678,7 @@ serd_cursor_free(SerdCursor* SERD_NULLABLE cursor); /// Flags that control the style of a model serialisation typedef enum { - SERD_NO_INLINE_OBJECTS = 1u << 0u, ///< Disable object inlining - SERD_NO_TYPE_FIRST = 1u << 1u ///< Disable writing rdf:type ("a") first + SERD_NO_TYPE_FIRST = 1u << 0u ///< Disable writing rdf:type ("a") first } SerdDescribeFlag; /// Bitwise OR of SerdDescribeFlag values -- cgit v1.2.1