summaryrefslogtreecommitdiff
path: root/src/css.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/css.hh')
-rw-r--r--src/css.hh5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/css.hh b/src/css.hh
index 1dcc41cc..d2c75808 100644
--- a/src/css.hh
+++ b/src/css.hh
@@ -145,7 +145,6 @@ typedef enum {
CSS_PROPERTY_BACKGROUND_COLOR,
CSS_PROPERTY_BACKGROUND_IMAGE,
CSS_PROPERTY_BACKGROUND_POSITION,
- // 'background-position' is handled as a shorthand.
CSS_PROPERTY_BACKGROUND_REPEAT,
CSS_PROPERTY_BORDER_BOTTOM_COLOR,
CSS_PROPERTY_BORDER_BOTTOM_STYLE,
@@ -225,10 +224,6 @@ typedef enum {
CSS_PROPERTY_X_LINK,
CSS_PROPERTY_X_COLSPAN,
CSS_PROPERTY_X_ROWSPAN,
- // The following two are internal properties for 'background-position'; see
- // more at equivalent definition in Css_property_info.
- CSS_PROPERTY_X_BACKGROUND_POSITION_X,
- CSS_PROPERTY_X_BACKGROUND_POSITION_Y,
PROPERTY_X_LINK,
PROPERTY_X_LANG,
PROPERTY_X_IMG,