scroll: cleanup unnecessary code & comments

This commit is contained in:
Rom Grk
2020-10-24 04:56:43 -04:00
parent b83d8223ff
commit d4033db6a0
2 changed files with 0 additions and 17 deletions

View File

@@ -1195,8 +1195,6 @@ static void normal_check_interrupt(NormalState *s)
static void normal_check_window_scrolled(NormalState *s)
{
// XXX why is has_event necessary?
// Trigger Scroll if the window moved.
if (!finish_op && has_event(EVENT_SCROLL)
&& (curwin->w_last_topline != curwin->w_topline ||