[gnome-shell/app-picker-refresh: 4/15] appDisplay: Remove unused variable



commit a4757055e9c9d3d4b1351c9a84491c00a58db09f
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Jan 31 01:08:56 2013 +0100

    appDisplay: Remove unused variable

 js/ui/appDisplay.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index 587e2b5..eadf966 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -35,7 +35,6 @@ const AlphabeticalView = new Lang.Class({
         this._grid = new IconGrid.IconGrid({ xAlign: St.Align.START });
         this._appSystem = Shell.AppSystem.get_default();
 
-        this._pendingAppLaterId = 0;
         this._appIcons = {}; // desktop file id
         this._allApps = [];
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]