diff options
Diffstat (limited to 'src/cursor_shape.h')
-rw-r--r-- | src/cursor_shape.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cursor_shape.h b/src/cursor_shape.h index 41c15d0205..51560554f1 100644 --- a/src/cursor_shape.h +++ b/src/cursor_shape.h @@ -1,7 +1,6 @@ #ifndef NEOVIM_CURSOR_SHAPE_H #define NEOVIM_CURSOR_SHAPE_H -#ifdef CURSOR_SHAPE /* * struct to store values from 'guicursor' and 'mouseshape' */ @@ -47,7 +46,6 @@ typedef struct cursor_entry { char *name; /* mode name (fixed) */ char used_for; /* SHAPE_MOUSE and/or SHAPE_CURSOR */ } cursorentry_T; -#endif /* CURSOR_SHAPE */ char_u *parse_shape_opt(int what); int get_shape_idx(int mouse); |