Skip to content

Commit

Permalink
Drop redundant variable affectation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Monin committed Aug 24, 2008
1 parent 7d788c9 commit 1e7b2c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui_fileops.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
Expand Down

0 comments on commit 1e7b2c3

Please sign in to comment.