aboutsummaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
authorFelipe Oliveira Carvalho <felipekde@gmail.com>2014-03-10 02:02:40 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-03-10 05:55:59 -0300
commit3cac32e49c7fae9cf5963d35f3fd3052c061b2fa (patch)
treeb62282c3caa75fefd33d63d272893a0cdbc92fb0 /src/ui.c
parent1684bec63571583f14065cfb614153df125b97e8 (diff)
downloadrneovim-3cac32e49c7fae9cf5963d35f3fd3052c061b2fa.tar.gz
rneovim-3cac32e49c7fae9cf5963d35f3fd3052c061b2fa.tar.bz2
rneovim-3cac32e49c7fae9cf5963d35f3fd3052c061b2fa.zip
Remove CURSOR_SHAPE #ifdef tests
See issue #333
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ui.c b/src/ui.c
index e864de9dd8..1ea5ef3eb1 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -579,7 +579,6 @@ void read_error_exit(void) {
preserve_exit();
}
-#if defined(CURSOR_SHAPE) || defined(PROTO)
/*
* May update the shape of the cursor.
*/
@@ -590,8 +589,6 @@ void ui_cursor_shape(void) {
conceal_check_cursur_line();
}
-#endif
-
#if defined(FEAT_CLIPBOARD) || defined(FEAT_GUI) || defined(FEAT_RIGHTLEFT) \
|| defined(FEAT_MBYTE) || defined(PROTO)
/*