aboutsummaryrefslogtreecommitdiff
path: root/src/misc2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc2.h')
-rw-r--r--src/misc2.h3
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);