From c222cb1a19724bb43301913fbcda1e1f303cb34e Mon Sep 17 00:00:00 2001 From: Productive2 <48047721+Productive2@users.noreply.github.com> Date: Tue, 23 Feb 2021 17:40:52 +0100 Subject: [PATCH] remove unneccessary assignment --- src/jale/editor.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/src/jale/editor.nim b/src/jale/editor.nim index 7e92982..0dbf447 100644 --- a/src/jale/editor.nim +++ b/src/jale/editor.nim @@ -126,7 +126,6 @@ proc fullRender(editor: LineEditor) = inc extraup # return to the selected y pos - let vindex = editor.content.Y - editor.vscroll cursorUp(lastY + 1 - editor.content.Y + extraup) proc moveCursorToEnd(editor: LineEditor) =