aboutsummaryrefslogtreecommitdiff
path: root/src/css.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2013-09-30 21:09:16 +0200
committerSebastian Geerken <devnull@localhost>2013-09-30 21:09:16 +0200
commit1bc80ace64c68cad386bdcb3efc37fd9a8ccc558 (patch)
tree91bd8cef9a30786296a2ebae1e28fe340af17493 /src/css.hh
parentb2fd371c4311d5d6abe7c724c8025a37c534942b (diff)
Cleaned up Johannes' patch.
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,