utils: Remove unused variable

tingping/wmclass
Alexander Larsson 2016-10-06 12:14:26 +02:00
parent ea17c27b37
commit c0e0fe31ef
1 changed files with 0 additions and 3 deletions

View File

@ -273,11 +273,8 @@ migrate_locale_dir (GFile *source_dir,
while ((next = g_file_enumerator_next_file (dir_enum, NULL, &temp_error)))
{
g_autoptr(GFileInfo) child_info = next;
g_autoptr(GFile) child = NULL;
g_autoptr(GFile) locale_subdir = NULL;
child = g_file_get_child (source_dir, g_file_info_get_name (child_info));
if (g_file_info_get_file_type (child_info) == G_FILE_TYPE_DIRECTORY)
{
g_autoptr(GFile) child = NULL;