aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-05-25 17:58:45 +1000
committernyamatongwe <devnull@localhost>2011-05-25 17:58:45 +1000
commit8381dd3fa1406beeafe1e23125d8a860338a727d (patch)
treed65342f6c773029a962ea8299618af5734da14eb /src
parent1b807e2fd6aaf02a941540bbe5877a9832a63300 (diff)
downloadscintilla-mirror-8381dd3fa1406beeafe1e23125d8a860338a727d.tar.gz
Code for wxWidgets did not compile so removing.
Diffstat (limited to 'src')
-rw-r--r--src/Style.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Style.cxx b/src/Style.cxx
index 25efcd6e8..bf065b6e8 100644
--- a/src/Style.cxx
+++ b/src/Style.cxx
@@ -143,7 +143,4 @@ void Style::ClearTo(const Style &source) {
void Style::Copy(Font &font_, const FontMeasurements &fm_) {
font.MakeAlias(font_);
(FontMeasurements &)(*this) = fm_;
-#if PLAT_WX
- ascent = surface.Ascent(font);
-#endif
}