diff options
author | Felipe Oliveira Carvalho <felipekde@gmail.com> | 2014-03-10 01:38:21 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-10 05:55:59 -0300 |
commit | 1684bec63571583f14065cfb614153df125b97e8 (patch) | |
tree | 7ff3a8f029619516115a5f76f63d580a172461de /src/misc2.h | |
parent | 6089b2601678977122c0139bba77913e55cfb56e (diff) | |
download | rneovim-1684bec63571583f14065cfb614153df125b97e8.tar.gz rneovim-1684bec63571583f14065cfb614153df125b97e8.tar.bz2 rneovim-1684bec63571583f14065cfb614153df125b97e8.zip |
Extract cursor_shape.c from misc2.c and types/consts from structs.h
Diffstat (limited to 'src/misc2.h')
-rw-r--r-- | src/misc2.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/misc2.h b/src/misc2.h index cafef9a3b3..791981688e 100644 --- a/src/misc2.h +++ b/src/misc2.h @@ -65,9 +65,6 @@ int after_pathsep(char_u *b, char_u *p); int same_directory(char_u *f1, char_u *f2); int vim_chdirfile(char_u *fname); int illegal_slash(char *name); -char_u *parse_shape_opt(int what); -int get_shape_idx(int mouse); -void update_mouseshape(int shape_idx); int vim_chdir(char_u *new_dir); int get_user_name(char_u *buf, int len); void sort_strings(char_u **files, int count); |