Remove unused function get_shape_idx.

This commit is contained in:
Thomas Wienecke
2014-04-10 19:01:51 +02:00
parent a4af779c8d
commit e5d1dd9689
2 changed files with 0 additions and 33 deletions

View File

@@ -48,6 +48,5 @@ typedef struct cursor_entry {
} cursorentry_T;
char_u *parse_shape_opt(int what);
int get_shape_idx(int mouse);
#endif /* NEOVIM_CURSOR_SHAPE_H */