aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-07-16 12:07:28 +0000
committernyamatongwe <devnull@localhost>2002-07-16 12:07:28 +0000
commita7ca449198e3cd5ae3886e3234126aaf74ea3bbd (patch)
treee1457122ae890a79443bc63cc0019b77dc715324 /src
parent5ca0588c5775bd44d9c15e462ebc2de9cd38f332 (diff)
downloadscintilla-mirror-a7ca449198e3cd5ae3886e3234126aaf74ea3bbd.tar.gz
Removed dead code.
Diffstat (limited to 'src')
-rw-r--r--src/Editor.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx
index 11f7a161b..b5143090b 100644
--- a/src/Editor.cxx
+++ b/src/Editor.cxx
@@ -1021,9 +1021,6 @@ void Editor::EnsureCaretVisible(bool useMargin, bool vert, bool horiz) {
yMarginB = linesOnScreen - yMarginT - 1;
}
}
- if (bJump) {
- yMoveT = Platform::Clamp(caretYSlop * 3, 1, halfScreen);
- }
yMoveT = yMarginT;
if (bEven) {
if (bJump) {