aboutsummaryrefslogtreecommitdiff
path: root/src/term.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/term.c b/src/term.c
index 4e405f732a..398df0af79 100644
--- a/src/term.c
+++ b/src/term.c
@@ -2890,7 +2890,6 @@ void cursor_off(void) {
}
}
-#if defined(CURSOR_SHAPE) || defined(PROTO)
/*
* Set cursor shape to match Insert mode.
*/
@@ -2911,8 +2910,6 @@ void term_cursor_shape(void) {
}
}
-#endif
-
/*
* Set scrolling region for window 'wp'.
* The region starts 'off' lines from the start of the window.