Drop redundant variable affectation.
authorLaurent Monin <geeqie@norz.org>
Sun, 24 Aug 2008 14:14:37 +0000 (14:14 +0000)
committerLaurent Monin <geeqie@norz.org>
Sun, 24 Aug 2008 14:14:37 +0000 (14:14 +0000)
src/ui_fileops.c

index b584502..4cad4da 100644 (file)
@@ -88,7 +88,6 @@ static void encoding_dialog(const gchar *path)
 
        lc = getenv("LANG");
        bf = getenv("G_BROKEN_FILENAMES");
-       warned_user = TRUE;
 
        string = g_string_new("");
        g_string_append(string, _("One or more filenames are not encoded with the preferred locale character set.\n"));