icon theme: Fix compiler warnings

Fix warnings due to -Wdeclaration-after-statement and -Wshadow.
This commit is contained in:
Matthias Clasen
2015-05-30 21:26:09 -04:00
parent 359d3669ff
commit 85b4eef004

View File

@@ -1837,7 +1837,6 @@ real_choose_icon (GtkIconTheme *icon_theme,
static gboolean check_for_default_theme = TRUE;
gchar *default_theme_path;
gboolean found = FALSE;
guint i;
if (check_for_default_theme)
{