summaryrefslogtreecommitdiff
path: root/src/parse/propstrings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/propstrings.h')
-rw-r--r--src/parse/propstrings.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/parse/propstrings.h b/src/parse/propstrings.h
index 9ae3cf3..7c7b693 100644
--- a/src/parse/propstrings.h
+++ b/src/parse/propstrings.h
@@ -124,13 +124,6 @@ enum {
LAST_KNOWN
};
-typedef struct stringmap_entry {
- const char *data;
- size_t len;
-} stringmap_entry;
-
-extern const stringmap_entry stringmap[LAST_KNOWN];
-
css_error css__propstrings_get(lwc_string ***strings);
void css__propstrings_unref(void);