From 3cac32e49c7fae9cf5963d35f3fd3052c061b2fa Mon Sep 17 00:00:00 2001 From: Felipe Oliveira Carvalho Date: Mon, 10 Mar 2014 02:02:40 -0300 Subject: Remove CURSOR_SHAPE #ifdef tests See issue #333 --- src/term.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/term.c') 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. -- cgit