From 666cf59a667d3bb499a5f50efa3174fc834431ae 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/Style.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Style.h') diff --git a/src/Style.h b/src/Style.h index cccf18f3e..85663acf2 100644 --- a/src/Style.h +++ b/src/Style.h @@ -43,10 +43,8 @@ public: }; struct FontMeasurements { - unsigned int lineHeight; unsigned int ascent; unsigned int descent; - unsigned int externalLeading; XYPOSITION aveCharWidth; XYPOSITION spaceWidth; int sizeZoomed; -- cgit v1.2.3