summary refs log tree commit diff stats
path: root/qobject/json-parser-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'qobject/json-parser-int.h')
-rw-r--r--qobject/json-parser-int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qobject/json-parser-int.h b/qobject/json-parser-int.h
index 57cb8e79d3..16a25d00bb 100644
--- a/qobject/json-parser-int.h
+++ b/qobject/json-parser-int.h
@@ -31,7 +31,6 @@ typedef enum json_token_type {
     JSON_KEYWORD,
     JSON_STRING,
     JSON_INTERP,
-    JSON_SKIP,
     JSON_END_OF_INPUT,
     JSON_MAX = JSON_END_OF_INPUT
 } JSONTokenType;