aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-04-10 07:49:52 +0000
committernyamatongwe <devnull@localhost>2001-04-10 07:49:52 +0000
commite7e025e5b5dac36ae0fd1c6faad7ba838210d72d (patch)
tree5b218aa6d2ba9db788826c749a45b3da3ba42c0c /src
parent7d93f9820fdf159cd28b9dd988793e0097649d83 (diff)
downloadscintilla-mirror-e7e025e5b5dac36ae0fd1c6faad7ba838210d72d.tar.gz
Removed dead code.
Diffstat (limited to 'src')
-rw-r--r--src/CallTip.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CallTip.cxx b/src/CallTip.cxx
index daa038798..3422de696 100644
--- a/src/CallTip.cxx
+++ b/src/CallTip.cxx
@@ -121,7 +121,6 @@ PRectangle CallTip::CallTipStart(int pos, Point pt, const char *defn,
Surface surfaceMeasure;
surfaceMeasure.Init();
int deviceHeight = surfaceMeasure.DeviceHeightFont(size);
- //int deviceHeight = (size * surfaceMeasure.LogPixelsY()) / 72;
font.Create(faceName, SC_CHARSET_DEFAULT, deviceHeight, false, false);
if (val)
delete []val;