aboutsummaryrefslogtreecommitdiff
path: root/src/os_unix.h
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-04-05 09:35:54 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-05 11:05:31 -0300
commit57cd2d661454cd6686c7d98cafa783ea94495fd5 (patch)
treed934049c32e24b032b38823d5b92d62f94874b3c /src/os_unix.h
parent2dcae28328c195e504fc98a7a0e468f679e3dca2 (diff)
downloadrneovim-57cd2d661454cd6686c7d98cafa783ea94495fd5.tar.gz
rneovim-57cd2d661454cd6686c7d98cafa783ea94495fd5.tar.bz2
rneovim-57cd2d661454cd6686c7d98cafa783ea94495fd5.zip
Remove the old `mch_call_shell` implementation
Diffstat (limited to 'src/os_unix.h')
-rw-r--r--src/os_unix.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os_unix.h b/src/os_unix.h
index d98a708285..ca9d21f0fb 100644
--- a/src/os_unix.h
+++ b/src/os_unix.h
@@ -40,7 +40,6 @@ int mch_screenmode(char_u *arg);
int mch_get_shellsize(void);
void mch_set_shellsize(void);
void mch_new_shellsize(void);
-int mch_call_shell(char_u *cmd, ShellOpts opts, char_u *extra_shell_arg);
int mch_expand_wildcards(int num_pat, char_u **pat, int *num_file,
char_u ***file,
int flags);