aboutsummaryrefslogtreecommitdiff
path: root/src/styleengine.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-11-13 18:19:11 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-11-13 18:19:11 +0100
commite3b6de4e3166cd3d74b9dcefdf08db4f887e6b15 (patch)
treee98cb3e7b2e745c2f16374e4d3f31400386e2c11 /src/styleengine.hh
parentd7148c5530fe22eb037f31739af245adbc8d6300 (diff)
start implementing resolution of relative CSS values
Diffstat (limited to 'src/styleengine.hh')
-rw-r--r--src/styleengine.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/styleengine.hh b/src/styleengine.hh
index 07b79a54..0706411c 100644
--- a/src/styleengine.hh
+++ b/src/styleengine.hh
@@ -20,7 +20,6 @@ class StyleEngine : public Doctree {
dw::core::style::Style *style0 (CssPropertyList *nonCssProperties = NULL);
void apply (dw::core::style::StyleAttrs *attrs, CssPropertyList *props);
int computeValue (CssLength value, dw::core::style::Font *font);
- void computeValues (dw::core::style::Box *box, dw::core::style::Font *font);
public:
StyleEngine (dw::core::Layout *layout);