aboutsummaryrefslogtreecommitdiff
path: root/src/screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.c')
-rw-r--r--src/screen.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/screen.c b/src/screen.c
index bd895cf1d5..cc4e0bb9fe 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -419,8 +419,6 @@ redrawWinline (
}
}
-#if defined(FEAT_RUBY) || defined(FEAT_PERL) || defined(FEAT_VISUAL) || \
- (defined(FEAT_CLIPBOARD) && defined(FEAT_X11)) || defined(PROTO)
/*
* update all windows that are editing the current buffer
*/
@@ -429,7 +427,6 @@ void update_curbuf(int type)
redraw_curbuf_later(type);
update_screen(type);
}
-#endif
/*
* update_screen()