apps-menu: Remove dead code
This fell through the cracks in commit 2d1d81247 when adjusting to
the gnome-shell changes that also removed the ::panel-box-changed
signal ...
Signed-off-by: Alexander Rüedlinger <a.rueedlinger@gmail.com>
https://bugzilla.gnome.org/show_bug.cgi?id=785200
This commit is contained in:
committed by
Florian Müllner
parent
dceebeaa7f
commit
0a91893b02
@@ -478,13 +478,6 @@ const ApplicationsButton = new Lang.Class({
|
||||
this.reloadFlag = true;
|
||||
}
|
||||
}));
|
||||
|
||||
// Since the hot corner uses stage coordinates, Clutter won't
|
||||
// queue relayouts for us when the panel moves. Queue a relayout
|
||||
// when that happens.
|
||||
this._panelBoxChangedId = Main.layoutManager.connect('panel-box-changed', Lang.bind(this, function() {
|
||||
container.queue_relayout();
|
||||
}));
|
||||
},
|
||||
|
||||
get hotCorner() {
|
||||
|
||||
Reference in New Issue
Block a user