diff options
author | ZyX <kp-pav@ya.ru> | 2014-05-18 00:34:16 +0400 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-06-02 11:04:18 -0300 |
commit | 6498b281fa4fdb3728944b30f18981613b621925 (patch) | |
tree | ac780af7fef9fb74d5330812760322140893861d /src/nvim/ex_cmds2.c | |
parent | 70929f7e1616bab2783cc5735c6061981cda8a0f (diff) | |
download | rneovim-6498b281fa4fdb3728944b30f18981613b621925.tar.gz rneovim-6498b281fa4fdb3728944b30f18981613b621925.tar.bz2 rneovim-6498b281fa4fdb3728944b30f18981613b621925.zip |
Remove remaining declarations with new script: finddeclarations.pl
Diffstat (limited to 'src/nvim/ex_cmds2.c')
-rw-r--r-- | src/nvim/ex_cmds2.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/nvim/ex_cmds2.c b/src/nvim/ex_cmds2.c index 2dac4bec9a..2d24225c01 100644 --- a/src/nvim/ex_cmds2.c +++ b/src/nvim/ex_cmds2.c @@ -2372,8 +2372,6 @@ int source_level(void *cookie) #if (defined(WIN32) && defined(FEAT_CSCOPE)) || defined(HAVE_FD_CLOEXEC) # define USE_FOPEN_NOINH -static FILE *fopen_noinh_readbin(char *filename); - /* * Special function to open a file without handle inheritance. * When possible the handle is closed on exec(). @@ -3244,8 +3242,6 @@ char_u *get_mess_lang(void) /* Complicated #if; matches with where get_mess_env() is used below. */ #ifdef HAVE_WORKING_LIBINTL -static char_u *get_mess_env(void); - /* * Get the language used for messages from the environment. */ @@ -3406,9 +3402,6 @@ void ex_language(exarg_T *eap) static char_u **locales = NULL; /* Array of all available locales */ static int did_init_locales = FALSE; -static void init_locales(void); -static char_u **find_locales(void); - /* * Lazy initialization of all available locales. */ |