diff src/layout.c @ 1365:249bf204004a

When g_new0() is used, drop redundant initializations to NULL, FALSE or 0.
author zas_
date Sun, 01 Mar 2009 21:06:55 +0000
parents d87deb05d59f
children 4db89b602093
line wrap: on
line diff
--- a/src/layout.c	Sun Mar 01 19:48:38 2009 +0000
+++ b/src/layout.c	Sun Mar 01 21:06:55 2009 +0000
@@ -2016,15 +2016,9 @@
 
 //	lw->options.tools_float = popped;
 //	lw->options.tools_hidden = hidden;
-
-	lw->utility_box = NULL;
-	lw->bar_sort = NULL;
 //	lw->bar_sort_enabled = options->panels.sort.enabled;
-
-	lw->bar = NULL;
 //	lw->bar_enabled = options->panels.info.enabled;
 
-	lw->exif_window = NULL;
 	/* default layout */
 
 	layout_config_parse(lw->options.style, lw->options.order,