diff src/ui_tree_edit.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 8b89e3ff286b
children a3d3208b0c50
line wrap: on
line diff
--- a/src/ui_tree_edit.c	Sun Mar 01 21:35:18 2009 +0000
+++ b/src/ui_tree_edit.c	Sun Mar 01 23:14:19 2009 +0000
@@ -209,7 +209,6 @@
 	ted = g_new0(TreeEditData, 1);
 
 	ted->old_name = g_strdup(text);
-	ted->new_name = NULL;
 
 	ted->edit_func = edit_func;
 	ted->edit_data = data;