diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2022-04-29 00:29:55 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2022-04-29 00:29:55 +0200 |
| commit | 1289c96e2cf9fdcdb9c4fb4988f73c0e319fb329 (patch) | |
| tree | 016370a7474409899fe34ccb9432b5c8d78e38ae /core/encoding/xml | |
| parent | ba23bfb7b9eb32eb9bcf22b0364a25b6ae32203e (diff) | |
[i18n] QT Linguist TS reader.
Diffstat (limited to 'core/encoding/xml')
| -rw-r--r-- | core/encoding/xml/xml_reader.odin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/encoding/xml/xml_reader.odin b/core/encoding/xml/xml_reader.odin index 636dd0ae4..6d0d4e1aa 100644 --- a/core/encoding/xml/xml_reader.odin +++ b/core/encoding/xml/xml_reader.odin @@ -87,7 +87,6 @@ Option_Flag :: enum { If a tag body has a comment, it will be stripped unless this option is given. */ Keep_Tag_Body_Comments, - } Option_Flags :: bit_set[Option_Flag; u16] |