talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit a8cbb1bbd9b3b57acc7afc4749b19ee7e62fe2ee
parent e8c787412d2b6cecc7464431d4fbd9f1eb4614f4
Author: Ricardo Mones <ricardo@mones.org>
Date:   Thu,  2 Mar 2017 16:36:33 +0100

Remove unused variable

prefs_actions.c:594:12: warning: unused variable ‘action_nb’

Diffstat:
Msrc/prefs_actions.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/prefs_actions.c b/src/prefs_actions.c @@ -591,7 +591,7 @@ static void prefs_actions_set_list(void) static gint prefs_actions_clist_set_row(gint row) { const gchar *entry_text; - gint len, action_nb; + gint len; gchar action[PREFSBUFSIZE]; gchar *new_action;