From 1684bec63571583f14065cfb614153df125b97e8 Mon Sep 17 00:00:00 2001 From: Felipe Oliveira Carvalho Date: Mon, 10 Mar 2014 01:38:21 -0300 Subject: Extract cursor_shape.c from misc2.c and types/consts from structs.h --- src/misc2.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/misc2.h') 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); -- cgit