mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
overview: Remove some unused variables
Those are left-overs from the custom swipe-scroll implementation. https://bugzilla.gnome.org/show_bug.cgi?id=686639
This commit is contained in:
parent
c495ff8ad8
commit
2ac88a7fa6
1 changed files with 0 additions and 3 deletions
|
|
@ -133,9 +133,6 @@ const Overview = new Lang.Class({
|
|||
this._backgroundGroup.hide();
|
||||
this._bgManagers = [];
|
||||
|
||||
this._capturedEventId = 0;
|
||||
this._buttonPressId = 0;
|
||||
|
||||
this.visible = false; // animating to overview, in overview, animating out
|
||||
this._shown = false; // show() and not hide()
|
||||
this._shownTemporarily = false; // showTemporarily() and not hideTemporarily()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue