diff options
Diffstat (limited to 'src/Style.h')
-rw-r--r-- | src/Style.h | 2 |
1 files changed, 0 insertions, 2 deletions
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; |