summaryrefslogtreecommitdiffstats
path: root/src/drawscreen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drawscreen.c')
-rw-r--r--src/drawscreen.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/drawscreen.c b/src/drawscreen.c
index 361f98b24f..77828089c2 100644
--- a/src/drawscreen.c
+++ b/src/drawscreen.c
@@ -2917,7 +2917,6 @@ updateWindow(win_T *wp)
}
#endif
-#if defined(FEAT_TERMRESPONSE) || defined(PROTO)
/*
* Redraw as soon as possible. When the command line is not scrolled redraw
* right away and restore what was on the command line.
@@ -3049,7 +3048,6 @@ redraw_asap(int type)
return ret;
}
-#endif
/*
* Invoked after an asynchronous callback is called.