summaryrefslogtreecommitdiff
path: root/src/select/dispatch.h
diff options
context:
space:
mode:
authorMichael Drake <Michael Drake tlsa@netsurf-browser.org>2019-05-12 16:39:08 +0100
committerMichael Drake <Michael Drake tlsa@netsurf-browser.org>2019-05-12 16:39:08 +0100
commit298dd8dd93abfc33c3ab3209f00d78e93fbd041c (patch)
tree3a67330e9df98bd97c15ada050285233a8822967 /src/select/dispatch.h
parent1cb99d48771dd9fb81a94f1813a9f6f980eb242c (diff)
downloadlibcss-298dd8dd93abfc33c3ab3209f00d78e93fbd041c.tar.gz
libcss-298dd8dd93abfc33c3ab3209f00d78e93fbd041c.tar.bz2
Computed styles: Remove last traces of extension blocks.
Diffstat (limited to 'src/select/dispatch.h')
-rw-r--r--src/select/dispatch.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/select/dispatch.h b/src/select/dispatch.h
index c1db7d9..e3f93a3 100644
--- a/src/select/dispatch.h
+++ b/src/select/dispatch.h
@@ -17,16 +17,6 @@
#include "bytecode/bytecode.h"
#include "select/select.h"
-/**
- * Enumeration of property groups
- */
-enum prop_group {
- GROUP_NORMAL = 0x0,
- GROUP_UNCOMMON = 0x1,
- GROUP_PAGE = 0x2,
- GROUP_AURAL = 0x3
-};
-
extern struct prop_table {
css_error (*cascade)(uint32_t opv, css_style *style,
css_select_state *state);
@@ -37,7 +27,6 @@ extern struct prop_table {
const css_computed_style *child,
css_computed_style *result);
unsigned int inherited;
- unsigned int group;
} prop_dispatch[CSS_N_PROPERTIES];
#endif