diff options
Diffstat (limited to 'src/Style.cxx')
-rw-r--r-- | src/Style.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Style.cxx b/src/Style.cxx index ed30f5529..375738c67 100644 --- a/src/Style.cxx +++ b/src/Style.cxx @@ -45,10 +45,8 @@ FontMeasurements::FontMeasurements() { } void FontMeasurements::Clear() { - lineHeight = 2; ascent = 1; descent = 1; - externalLeading = 0; aveCharWidth = 1; spaceWidth = 1; sizeZoomed = 2; |