diff src/img-view.c @ 1367:fe4da037be21

When g_new0() is used, drop redundant initializations to NULL, FALSE or 0, second pass.
author zas_
date Sun, 01 Mar 2009 23:14:19 +0000
parents 79937bc55f3a
children a0bd58a6535f
line wrap: on
line diff
--- a/src/img-view.c	Sun Mar 01 21:35:18 2009 +0000
+++ b/src/img-view.c	Sun Mar 01 23:14:19 2009 +0000
@@ -833,10 +833,6 @@
 	if (!fd && !list && (!cd || !info)) return NULL;
 
 	vw = g_new0(ViewWindow, 1);
-	vw->fs = NULL;
-	vw->ss = NULL;
-	vw->list = NULL;
-	vw->list_pointer = NULL;
 
 	vw->window = window_new(GTK_WINDOW_TOPLEVEL, "view", PIXBUF_INLINE_ICON_VIEW, NULL, NULL);