From 857d241e22bbe69cc9e72f93519275073edb3f5d Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 17 Oct 2016 11:52:00 +0100 Subject: [PATCH] Remove redundant variable declaration The inner `var` declaration is shadowing the outer one. --- gtk/gtkimmodule.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/gtkimmodule.c b/gtk/gtkimmodule.c index 289cec06a0..d69f9e8915 100644 --- a/gtk/gtkimmodule.c +++ b/gtk/gtkimmodule.c @@ -374,7 +374,6 @@ gtk_get_im_module_file (void) if (!result) { - const gchar *var; gchar *path; var = g_getenv ("GTK_EXE_PREFIX");