diff options
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. */ |