Get rid of unused declarations

This commit is contained in:
Niels Dossche 2024-05-12 22:26:57 +02:00
parent e7af2bfd5b
commit 1fdbb0aba6
7 changed files with 0 additions and 9 deletions

View file

@ -30,7 +30,6 @@
#include <lexbor/encoding/encoding.h>
/* Implementation defined, but as HTML5 defaults in all other cases to UTF-8, we'll do the same. */
#define DOM_FALLBACK_ENCODING_NAME "UTF-8"
#define DOM_FALLBACK_ENCODING_ID LXB_ENCODING_UTF_8
typedef struct dom_line_column_cache {