mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
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
@ -209,7 +209,6 @@ meta_window_group_paint (ClutterActor *actor)
|
|||||||
if (META_IS_WINDOW_ACTOR (l->data))
|
if (META_IS_WINDOW_ACTOR (l->data))
|
||||||
{
|
{
|
||||||
MetaWindowActor *window_actor = l->data;
|
MetaWindowActor *window_actor = l->data;
|
||||||
window_actor = l->data;
|
|
||||||
meta_window_actor_reset_visible_regions (window_actor);
|
meta_window_actor_reset_visible_regions (window_actor);
|
||||||
}
|
}
|
||||||
else if (META_IS_BACKGROUND_ACTOR (l->data))
|
else if (META_IS_BACKGROUND_ACTOR (l->data))
|
||||||
|
Loading…
Reference in New Issue
Block a user