changeset 990:9ca8f203b33e

Drop redundant variable affectation.
author Laurent Monin <geeqie@norz.org>
date Sun, 24 Aug 2008 14:14:37 +0000
parents 9c9909249006
children 24a7776e2664
files src/ui_fileops.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ui_fileops.c	Sun Aug 24 13:22:08 2008 +0000
+++ b/src/ui_fileops.c	Sun Aug 24 14:14:37 2008 +0000
@@ -88,7 +88,6 @@
 
 	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"));