diff options
Diffstat (limited to 'src/cursor_shape.h')
-rw-r--r-- | src/cursor_shape.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cursor_shape.h b/src/cursor_shape.h index 51560554f1..17a7025b68 100644 --- a/src/cursor_shape.h +++ b/src/cursor_shape.h @@ -49,6 +49,5 @@ typedef struct cursor_entry { char_u *parse_shape_opt(int what); int get_shape_idx(int mouse); -void update_mouseshape(int shape_idx); #endif /* NEOVIM_CURSOR_SHAPE_H */ |