Mercurial > geeqie
changeset 990:070bfc3591bc
Drop redundant variable affectation.
author | zas_ |
---|---|
date | Sun, 24 Aug 2008 14:14:37 +0000 |
parents | 50e1f5e54c1a |
children | 185e6a74517d |
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"));