MetaSurfaceActorWayland: clean up var assigned to self

https://bugzilla.gnome.org/show_bug.cgi?id=769054
This commit is contained in:
Thomas Hindoe Paaboel Andersen 2016-07-21 21:23:06 +02:00 committed by Jonas Ådahl
parent 125cba7100
commit b5e797f453

View File

@ -563,8 +563,7 @@ parent_surface_state_applied (gpointer data, gpointer user_data)
MetaWaylandSurface *parent = surface->sub.parent;
ClutterActor *parent_actor =
clutter_actor_get_parent (CLUTTER_ACTOR (parent->surface_actor));
ClutterActor *surface_actor =
surface_actor = CLUTTER_ACTOR (surface->surface_actor);
ClutterActor *surface_actor = CLUTTER_ACTOR (surface->surface_actor);
for (it = surface->sub.pending_placement_ops; it; it = it->next)
{