diff options
Diffstat (limited to 'src/proto/window.pro')
-rw-r--r-- | src/proto/window.pro | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/proto/window.pro b/src/proto/window.pro index 27f77c475..0efff64eb 100644 --- a/src/proto/window.pro +++ b/src/proto/window.pro @@ -65,13 +65,6 @@ void win_comp_scroll(win_T *wp); void command_height(void); void last_status(int morewin); int tabline_height(void); -char_u *grab_file_name(long count, linenr_T *file_lnum); -char_u *file_name_at_cursor(int options, long count, linenr_T *file_lnum); -char_u *file_name_in_line(char_u *line, int col, int options, long count, char_u *rel_fname, linenr_T *file_lnum); -char_u *find_file_name_in_path(char_u *ptr, int len, int options, long count, char_u *rel_fname); -int path_with_url(char_u *fname); -int vim_isAbsName(char_u *name); -int vim_FullName(char_u *fname, char_u *buf, int len, int force); int min_rows(void); int only_one_window(void); void check_lnums(int do_curwin); |