diff options
Diffstat (limited to 'src')
-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 f17adb8b..89ef8b83 100644 --- a/src/styleengine.cc +++ b/src/styleengine.cc @@ -307,7 +307,6 @@ void StyleEngine::apply (StyleAttrs *attrs, CssPropertyList *props) { /** * \brief Resolve relative lengths to absolute values. */ - void StyleEngine::computeValue (int *dest, CssLength value, Font *font) { static float dpmm; |