aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Style.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2012-03-03 11:23:19 +1100
committernyamatongwe <devnull@localhost>2012-03-03 11:23:19 +1100
commit6cb4bae0e6cdf9ad081a89e8c33bd936acb5e43d (patch)
treee8481fead546489e43b4d5a4772bc6dd8aa818c2 /src/Style.h
parent076195fdbf7b9cedb22da085e37c7a8642eb5a41 (diff)
downloadscintilla-mirror-6cb4bae0e6cdf9ad081a89e8c33bd936acb5e43d.tar.gz
Remove unused variables. Bug #3494744. From Marko Njezic.
Diffstat (limited to 'src/Style.h')
-rw-r--r--src/Style.h2
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;