mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 23:58:54 +02:00
gkeyfile: Remove unreachable code
This commit is contained in:
committed by
Philip Withnall
parent
4d8c5b6d77
commit
da1d64cb4d
@@ -2259,9 +2259,6 @@ g_key_file_get_locale_string (GKeyFile *key_file,
|
|||||||
|
|
||||||
if (translated_value)
|
if (translated_value)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
g_free (translated_value);
|
|
||||||
translated_value = NULL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Fallback to untranslated key
|
/* Fallback to untranslated key
|
||||||
|
Reference in New Issue
Block a user