Skip to content

Commit

Permalink
Remove useless variable and code.
Browse files Browse the repository at this point in the history
  • Loading branch information
zas committed Aug 30, 2012
1 parent 9f9030d commit 71731cb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/layout_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -2023,8 +2023,6 @@ static gboolean layout_editors_reload_idle_cb(gpointer data)

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)
Expand All @@ -2033,8 +2031,6 @@ void layout_editors_reload_start(void)
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);
}
Expand Down

0 comments on commit 71731cb

Please sign in to comment.