diff options
Diffstat (limited to 'src/core/boxes.c')
-rw-r--r-- | src/core/boxes.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/boxes.c b/src/core/boxes.c index 7ae5f699..c36abfcd 100644 --- a/src/core/boxes.c +++ b/src/core/boxes.c @@ -580,7 +580,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; |