messageTray: Remove an unused instance variable
This commit is contained in:
parent
c6bc1526fa
commit
ea25331a55
@ -1441,7 +1441,6 @@ const MessageTray = new Lang.Class({
|
|||||||
this._clickedSummaryItem = null;
|
this._clickedSummaryItem = null;
|
||||||
this._clickedSummaryItemMouseButton = -1;
|
this._clickedSummaryItemMouseButton = -1;
|
||||||
this._clickedSummaryItemAllocationChangedId = 0;
|
this._clickedSummaryItemAllocationChangedId = 0;
|
||||||
this._pointerBarrier = 0;
|
|
||||||
|
|
||||||
this._closeButton = makeCloseButton();
|
this._closeButton = makeCloseButton();
|
||||||
this._closeButton.hide();
|
this._closeButton.hide();
|
||||||
|
Loading…
Reference in New Issue
Block a user