diff --git a/src/core/boxes.c b/src/core/boxes.c index b592bd447..433bfa7f3 100644 --- a/src/core/boxes.c +++ b/src/core/boxes.c @@ -625,7 +625,6 @@ meta_rectangle_get_minimal_spanning_set_for_region ( *temp_rect = *basic_rect; ret = g_list_prepend (NULL, temp_rect); - strut_iter = all_struts; for (strut_iter = all_struts; strut_iter; strut_iter = strut_iter->next) { GList *rect_iter;