Skip to content

Commit

Permalink
Remove old function declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata committed Feb 14, 2019
1 parent 7e29d20 commit bdee0ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/proto/ex_cmds2.pro
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ void ex_scriptnames(exarg_T *eap);
void scriptnames_slash_adjust(void);
char_u *get_scriptname(scid_T id);
void free_scriptnames(void);
char *fgets_cr(char *s, int n, FILE *stream);
char_u *getsourceline(int c, void *cookie, int indent);
void script_line_start(void);
void script_line_exec(void);
Expand Down
1 change: 0 additions & 1 deletion src/proto/fileio.pro
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ void shorten_filenames(char_u **fnames, int count);
char_u *modname(char_u *fname, char_u *ext, int prepend_dot);
char_u *buf_modname(int shortname, char_u *fname, char_u *ext, int prepend_dot);
int vim_fgets(char_u *buf, int size, FILE *fp);
int tag_fgets(char_u *buf, int size, FILE *fp);
int vim_rename(char_u *from, char_u *to);
int check_timestamps(int focus);
int buf_check_timestamp(buf_T *buf, int focus);
Expand Down

0 comments on commit bdee0ea

Please sign in to comment.