From 8723375443242cfd4533167ff0db3d3d08021224 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sat, 18 May 2019 17:21:54 +0200 Subject: [PATCH] tweaks: remove a superfluous and ineffective assignment This assignment became superfluous two years ago, by David's revamping of read_file() in commit 86f7bc18. --- src/nano.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nano.c b/src/nano.c index 1cf525df..6dddcb4f 100644 --- a/src/nano.c +++ b/src/nano.c @@ -1099,7 +1099,6 @@ bool scoop_stdin(void) /* Read the input into a new buffer. */ open_buffer("", TRUE); read_file(stream, 0, "stdin", TRUE); - openfile->edittop = openfile->filetop; fprintf(stderr, ".\n"); /* Reconnect the tty as the input source. */