mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
gkeyfile: Remove unreachable code
This commit is contained in:
parent
e9adcd8f7f
commit
a3f81a2ef5
@ -2259,9 +2259,6 @@ g_key_file_get_locale_string (GKeyFile *key_file,
|
||||
|
||||
if (translated_value)
|
||||
break;
|
||||
|
||||
g_free (translated_value);
|
||||
translated_value = NULL;
|
||||
}
|
||||
|
||||
/* Fallback to untranslated key
|
||||
|
Loading…
Reference in New Issue
Block a user