diff options
author | nyamatongwe <devnull@localhost> | 2012-03-03 11:23:19 +1100 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2012-03-03 11:23:19 +1100 |
commit | 6cb4bae0e6cdf9ad081a89e8c33bd936acb5e43d (patch) | |
tree | e8481fead546489e43b4d5a4772bc6dd8aa818c2 /src/Style.cxx | |
parent | 076195fdbf7b9cedb22da085e37c7a8642eb5a41 (diff) | |
download | scintilla-mirror-6cb4bae0e6cdf9ad081a89e8c33bd936acb5e43d.tar.gz |
Remove unused variables. Bug #3494744. From Marko Njezic.
Diffstat (limited to 'src/Style.cxx')
-rw-r--r-- | src/Style.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Style.cxx b/src/Style.cxx index ed30f5529..375738c67 100644 --- a/src/Style.cxx +++ b/src/Style.cxx @@ -45,10 +45,8 @@ FontMeasurements::FontMeasurements() { } void FontMeasurements::Clear() { - lineHeight = 2; ascent = 1; descent = 1; - externalLeading = 0; aveCharWidth = 1; spaceWidth = 1; sizeZoomed = 2; |