mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
PopupMenuManager: Remove unneeded _owner reference
Nothing inside PopupMenuManager is using the owner, while a reference of it is already owned by the GrabHelper, so remove this dead property. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/565
This commit is contained in:
parent
866629b3d3
commit
8c01d341c7
1 changed files with 0 additions and 1 deletions
|
|
@ -1215,7 +1215,6 @@ var PopupMenuManager = class {
|
|||
constructor(owner, grabParams) {
|
||||
grabParams = Params.parse(grabParams,
|
||||
{ actionMode: Shell.ActionMode.POPUP });
|
||||
this._owner = owner;
|
||||
this._grabHelper = new GrabHelper.GrabHelper(owner, grabParams);
|
||||
this._menus = [];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue