diff options
Diffstat (limited to 'src/proto/drawscreen.pro')
-rw-r--r-- | src/proto/drawscreen.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/proto/drawscreen.pro b/src/proto/drawscreen.pro index 573a2a4c0..c83501986 100644 --- a/src/proto/drawscreen.pro +++ b/src/proto/drawscreen.pro @@ -8,7 +8,6 @@ void update_curbuf(int type); void update_debug_sign(buf_T *buf, linenr_T lnum); void updateWindow(win_T *wp); int redraw_asap(int type); -void check_redraw_cursorline(void); void redraw_after_callback(int call_update_screen, int do_message); void redraw_later(int type); void redraw_win_later(win_T *wp, int type); |