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/message.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/message.c')
-rw-r--r-- | src/nvim/message.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nvim/message.c b/src/nvim/message.c index 98851da625..42162b9315 100644 --- a/src/nvim/message.c +++ b/src/nvim/message.c @@ -3018,10 +3018,6 @@ int vim_dialog_yesnoallcancel(int type, char_u *title, char_u *message, int dflt static char *e_printf = N_("E766: Insufficient arguments for printf()"); -static long tv_nr(typval_T *tvs, int *idxp); -static char *tv_str(typval_T *tvs, int *idxp); -static double tv_float(typval_T *tvs, int *idxp); - /* * Get number argument from "idxp" entry in "tvs". First entry is 1. */ |