]> Dogcows Code - chaz/openbox/commitdiff
this is gross... i think it can go away from other changes... if openbox goes into...
authorDana Jansens <danakj@orodu.net>
Fri, 4 May 2007 04:08:31 +0000 (04:08 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 4 May 2007 04:08:31 +0000 (04:08 +0000)
openbox/client.c

index 19b65f03719d976e1b7b2428ee8bcd17e58937de..497493996802a2ae0d0878b6288dcc964e40f858 100644 (file)
@@ -1201,20 +1201,6 @@ void client_update_transient_for(ObClient *self)
                                   c->transient_for != OB_TRAN_GROUP))
                     c->transients = g_slist_append(c->transients, self);
             }
-
-/* XXX can i remove this ?? */
-
-            /* remove all transients which are in the group, that causes
-               circlular pointer hell of doom */
-            for (it = self->group->members; it; it = g_slist_next(it)) {
-                GSList *sit, *next;
-                for (sit = self->transients; sit; sit = next) {
-                    next = g_slist_next(sit);
-                    if (sit->data == it->data)
-                        self->transients =
-                            g_slist_delete_link(self->transients, sit);
-                }
-            }
         } else if (self->transient_for != NULL) { /* transient of window */
             /* add to new parent */
             self->transient_for->transients =
This page took 0.027003 seconds and 4 git commands to generate.