From 2c4278fc738cca3fcd70cffd7ddc865ea9783694 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 17 May 2009 11:33:22 +0000 Subject: updated for version 7.2-180 --- src/menu.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/menu.c') diff --git a/src/menu.c b/src/menu.c index 04d50d129..41bebbf32 100644 --- a/src/menu.c +++ b/src/menu.c @@ -2340,10 +2340,9 @@ static garray_T menutrans_ga = {0, 0, 0, 0, NULL}; * This function is also defined without the +multi_lang feature, in which * case the commands are ignored. */ -/*ARGSUSED*/ void ex_menutranslate(eap) - exarg_T *eap; + exarg_T *eap UNUSED; { #ifdef FEAT_MULTI_LANG char_u *arg = eap->arg; -- cgit v1.2.1