Finish removing the overlay_group concept

In preparation for removing from mutter too.

https://bugzilla.gnome.org/show_bug.cgi?id=700735
This commit is contained in:
Giovanni Campagna
2013-05-22 18:18:36 +02:00
parent b20129c37e
commit 976166a04a
2 changed files with 0 additions and 13 deletions

View File

@ -188,8 +188,6 @@ const LayoutManager = new Lang.Class({
global.stage.remove_actor(global.window_group);
this.uiGroup.add_actor(global.window_group);
global.stage.remove_actor(global.overlay_group);
global.stage.add_child(this.uiGroup);
this.overviewGroup = new St.Widget({ name: 'overviewGroup',