diff options
Diffstat (limited to 'src/ViewStyle.cxx')
| -rw-r--r-- | src/ViewStyle.cxx | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/src/ViewStyle.cxx b/src/ViewStyle.cxx index 39d57b27c..737a23183 100644 --- a/src/ViewStyle.cxx +++ b/src/ViewStyle.cxx @@ -98,8 +98,6 @@ void FontRealised::Realise(Surface &surface, int zoomLevel, int technology) {  	ascent = surface.Ascent(font);  	descent = surface.Descent(font); -	externalLeading = surface.ExternalLeading(font); -	lineHeight = surface.Height(font);  	aveCharWidth = surface.AverageCharWidth(font);  	spaceWidth = surface.WidthChar(font, ' ');  	if (frNext) { | 
