boxes: Remove an unnecessary assignment

https://bugzilla.gnome.org/show_bug.cgi?id=674876
This commit is contained in:
Jasper St. Pierre 2012-04-26 10:04:18 -04:00
parent c669a3892e
commit a24c512caa

View File

@ -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;