diff options
author | Thomas Wienecke <wienecke.t@gmail.com> | 2014-04-10 19:01:51 +0200 |
---|---|---|
committer | Thomas Wienecke <wienecke.t@gmail.com> | 2014-05-03 17:41:05 +0200 |
commit | e5d1dd96892dbce79a08157d1715b849cbd91a84 (patch) | |
tree | 071c3fbad0e8f033a0bb38eaac34e3129a68b035 /src/cursor_shape.h | |
parent | a4af779c8def539a1498ba4baf1c7b79f1f35af9 (diff) | |
download | rneovim-e5d1dd96892dbce79a08157d1715b849cbd91a84.tar.gz rneovim-e5d1dd96892dbce79a08157d1715b849cbd91a84.tar.bz2 rneovim-e5d1dd96892dbce79a08157d1715b849cbd91a84.zip |
Remove unused function get_shape_idx.
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 17a7025b68..33a120e1c4 100644 --- a/src/cursor_shape.h +++ b/src/cursor_shape.h @@ -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 */ |