aboutsummaryrefslogtreecommitdiff
path: root/src/path.h
diff options
context:
space:
mode:
authorJohn Schmidt <john.schmidt.h@gmail.com>2014-04-03 00:29:23 +0200
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-29 09:24:34 -0300
commitc57002a7c34a553f68eeb65fa6e5b1e3a9e3ad24 (patch)
tree3dff9663ff6ccb83674391503daa8ea20d46b362 /src/path.h
parent9a2c92e92c8bbeda6ab4a44a5d6e278669329b89 (diff)
downloadrneovim-c57002a7c34a553f68eeb65fa6e5b1e3a9e3ad24.tar.gz
rneovim-c57002a7c34a553f68eeb65fa6e5b1e3a9e3ad24.tar.bz2
rneovim-c57002a7c34a553f68eeb65fa6e5b1e3a9e3ad24.zip
Remove `shorten_filenames` (dead code)
Diffstat (limited to 'src/path.h')
-rw-r--r--src/path.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/path.h b/src/path.h
index 351c0a3962..7ef4296278 100644
--- a/src/path.h
+++ b/src/path.h
@@ -85,7 +85,6 @@ int pathcmp(const char *p, const char *q, int maxlen);
int mch_expandpath(garray_T *gap, char_u *path, int flags);
char_u *shorten_fname1(char_u *full_path);
char_u *shorten_fname(char_u *full_path, char_u *dir_name);
-void shorten_filenames(char_u **fnames, int count);
int expand_wildcards_eval(char_u **pat, int *num_file, char_u ***file,
int flags);
int expand_wildcards(int num_pat, char_u **pat, int *num_file, char_u *