diff options
Diffstat (limited to 'src/styleengine.cc')
-rw-r--r-- | src/styleengine.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/styleengine.cc b/src/styleengine.cc index 797f0ca2..a4e42465 100644 --- a/src/styleengine.cc +++ b/src/styleengine.cc @@ -293,7 +293,6 @@ void StyleEngine::apply (StyleAttrs *attrs, CssPropertyList *props) { case CssProperty::CSS_PROPERTY_HEIGHT: computeLength (&attrs->height, p->value.intVal, attrs->font); break; - break; case CssProperty::PROPERTY_X_LINK: attrs->x_link = p->value.intVal; break; |