diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-12-09 22:54:21 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-12-09 22:54:21 +0100 |
commit | 57815d4b4401904440279974e743c1448883876c (patch) | |
tree | 473fcb4456f00446371187ce37e9607e2db53546 /src/styleengine.cc | |
parent | e09b496a0889a42cb2be4479e77e29c3acc960cf (diff) |
remove duplicate break
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; |