From 6cb4bae0e6cdf9ad081a89e8c33bd936acb5e43d Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 3 Mar 2012 11:23:19 +1100 Subject: Remove unused variables. Bug #3494744. From Marko Njezic. --- src/ViewStyle.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ViewStyle.cxx') 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) { -- cgit v1.2.3