aboutsummaryrefslogtreecommitdiff
path: root/src/ex_cmds2.h
diff options
context:
space:
mode:
authorThomas Wienecke <wienecke.t@gmail.com>2014-04-10 18:53:24 +0200
committerThomas Wienecke <wienecke.t@gmail.com>2014-05-03 17:40:16 +0200
commit3a5f538cad15dec360dece77d201fc25f102a604 (patch)
treefa31b551afa2e980e2225fee7c6d0d71be7140d3 /src/ex_cmds2.h
parent7cb20fd1b09a5c263ca3aef57d87f09084fb7830 (diff)
downloadrneovim-3a5f538cad15dec360dece77d201fc25f102a604.tar.gz
rneovim-3a5f538cad15dec360dece77d201fc25f102a604.tar.bz2
rneovim-3a5f538cad15dec360dece77d201fc25f102a604.zip
Remove undefined functions.
Diffstat (limited to 'src/ex_cmds2.h')
-rw-r--r--src/ex_cmds2.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ex_cmds2.h b/src/ex_cmds2.h
index 732c618eb7..5a84206a0e 100644
--- a/src/ex_cmds2.h
+++ b/src/ex_cmds2.h
@@ -39,7 +39,6 @@ int prof_def_func(void);
int autowrite(buf_T *buf, int forceit);
void autowrite_all(void);
int check_changed(buf_T *buf, int flags);
-void browse_save_fname(buf_T *buf);
void dialog_changed(buf_T *buf, int checkall);
int can_abandon(buf_T *buf, int forceit);
int check_changed_any(int hidden);
@@ -48,7 +47,6 @@ int buf_write_all(buf_T *buf, int forceit);
void get_arglist(garray_T *gap, char_u *str);
int get_arglist_exp(char_u *str, int *fcountp, char_u ***fnamesp,
int wig);
-void set_arglist(char_u *str);
void check_arg_idx(win_T *win);
void ex_args(exarg_T *eap);
void ex_previous(exarg_T *eap);