diff options
author | nyamatongwe <unknown> | 2011-05-25 17:58:45 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2011-05-25 17:58:45 +1000 |
commit | f36e1e02a72382601d41aa18a026d6836a59aa0d (patch) | |
tree | 2b79540569b4e0531b1c4ceecf9a93c739f10eba /src/Style.cxx | |
parent | 61f844844097d4ff8e82af51ffd846c98e6c095b (diff) | |
download | scintilla-mirror-f36e1e02a72382601d41aa18a026d6836a59aa0d.tar.gz |
Code for wxWidgets did not compile so removing.
Diffstat (limited to 'src/Style.cxx')
-rw-r--r-- | src/Style.cxx | 3 |
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 } |