summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/render/box.h b/render/box.h
index 5ca366497..5889645b2 100644
--- a/render/box.h
+++ b/render/box.h
@@ -123,7 +123,6 @@ enum box_side { TOP, RIGHT, BOTTOM, LEFT };
*/
struct box_border {
enum css_border_style_e style; /**< border-style */
- enum css_border_color_e color; /**< border-color type */
css_color c; /**< border-color value */
int width; /**< border-width (pixels) */
};