diff src/bar_sort.c @ 780:44128da39e13

Drop initialization to NULL since filelist_read() will take care of it.
author zas_
date Tue, 03 Jun 2008 11:24:16 +0000
parents 7dbdd80610a3
children 2d2cca2bceb0
line wrap: on
line diff
--- a/src/bar_sort.c	Tue Jun 03 09:41:00 2008 +0000
+++ b/src/bar_sort.c	Tue Jun 03 11:24:16 2008 +0000
@@ -89,7 +89,7 @@
 static void bar_sort_collection_list_build(GtkWidget *bookmarks)
 {
 	gchar *collect_path;
-	GList *list = NULL;
+	GList *list;
 	GList *work;
 
 	history_list_free_key(SORT_KEY_COLLECTIONS);