messageTray: Remove an unused instance variable
This commit is contained in:
parent
ead0286ca6
commit
b39f56e813
@ -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