appDisplay: Remove unused variables
https://bugzilla.gnome.org/show_bug.cgi?id=694192
This commit is contained in:
parent
c9e2f16404
commit
4f8f79a907
@ -33,9 +33,7 @@ const AlphabeticalView = new Lang.Class({
|
|||||||
|
|
||||||
_init: function() {
|
_init: function() {
|
||||||
this._grid = new IconGrid.IconGrid({ xAlign: St.Align.START });
|
this._grid = new IconGrid.IconGrid({ xAlign: St.Align.START });
|
||||||
this._appSystem = Shell.AppSystem.get_default();
|
|
||||||
|
|
||||||
this._pendingAppLaterId = 0;
|
|
||||||
this._appIcons = {}; // desktop file id
|
this._appIcons = {}; // desktop file id
|
||||||
this._allApps = [];
|
this._allApps = [];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user