aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2002-07-16 12:07:28 +0000
committernyamatongwe <unknown>2002-07-16 12:07:28 +0000
commit07a5c9491f77e0067517dec1eca68be1fbbd0e65 (patch)
treee1457122ae890a79443bc63cc0019b77dc715324
parentf118099d39caf8b28842cc16c3c262eb928e9321 (diff)
downloadscintilla-mirror-07a5c9491f77e0067517dec1eca68be1fbbd0e65.tar.gz
Removed dead code.
-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) {