From 2ac88a7fa67698fb90f2898e011fd1b3eab5d0a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 20 Feb 2013 12:28:10 +0100 Subject: [PATCH] overview: Remove some unused variables Those are left-overs from the custom swipe-scroll implementation. https://bugzilla.gnome.org/show_bug.cgi?id=686639 --- js/ui/overview.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/ui/overview.js b/js/ui/overview.js index 13f348aeb..4d8dce7ec 100644 --- a/js/ui/overview.js +++ b/js/ui/overview.js @@ -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()