changeset 2131:452724889a32

Remove useless variable and code.
author Laurent Monin <zas@norz.org>
date Thu, 30 Aug 2012 14:18:53 +0200
parents 8e4b0a0230c0
children e8df5a39862c
files src/layout_util.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/layout_util.c	Thu Aug 30 14:17:47 2012 +0200
+++ b/src/layout_util.c	Thu Aug 30 14:18:53 2012 +0200
@@ -2023,8 +2023,6 @@
 
 void layout_editors_reload_start(void)
 {
-	GList *work;
-
 	DEBUG_1("%s layout_editors_reload_start", get_exec_time());
 
 	if (layout_editors_reload_idle_id != -1)
@@ -2033,8 +2031,6 @@
 		string_list_free(layout_editors_desktop_files);
 		}
 
-	work = layout_window_list;
-
 	editor_table_clear();
 	layout_editors_reload_idle_id = g_idle_add(layout_editors_reload_idle_cb, NULL);
 }