aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Style.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2012-03-03 11:23:19 +1100
committernyamatongwe <unknown>2012-03-03 11:23:19 +1100
commit666cf59a667d3bb499a5f50efa3174fc834431ae (patch)
tree35cb868e1e01543d3c555ceac97f3d9b414f6cf8 /src/Style.h
parentc9b52e89c59d34dfb53e4b3dbefabe21b47a4e87 (diff)
downloadscintilla-mirror-666cf59a667d3bb499a5f50efa3174fc834431ae.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;