window-group: Remove an unnecessary assignment
Clang warns about this. https://bugzilla.gnome.org/show_bug.cgi?id=674876
This commit is contained in:
parent
cd7a74fbcd
commit
25d3432eee
1 changed files with 0 additions and 1 deletions
|
@ -209,7 +209,6 @@ meta_window_group_paint (ClutterActor *actor)
|
|||
if (META_IS_WINDOW_ACTOR (l->data))
|
||||
{
|
||||
MetaWindowActor *window_actor = l->data;
|
||||
window_actor = l->data;
|
||||
meta_window_actor_reset_visible_regions (window_actor);
|
||||
}
|
||||
else if (META_IS_BACKGROUND_ACTOR (l->data))
|
||||
|
|
Loading…
Reference in a new issue