From: Laurent Monin Date: Thu, 30 Aug 2012 13:53:29 +0000 (+0200) Subject: Remove commented out code. X-Git-Tag: v1.2~42 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=45f1cb3fbaffa831d2e1d61a1e854c18e8b689e1 Remove commented out code. --- diff --git a/src/options.c b/src/options.c index 5de7d4f3..de092468 100644 --- a/src/options.c +++ b/src/options.c @@ -160,11 +160,6 @@ void setup_default_options(ConfOptions *options) options->shell.path = g_strdup(GQ_DEFAULT_SHELL_PATH); options->shell.options = g_strdup(GQ_DEFAULT_SHELL_OPTIONS); - -#if 0 - for (i = 0; ExifUIList[i].key; i++) - ExifUIList[i].current = ExifUIList[i].default_value; -#endif } void copy_layout_options(LayoutOptions *dest, const LayoutOptions *src)