From f83ad77c0820bcf823a88a46c992749bedaae777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 20 Feb 2013 08:24:57 +0100 Subject: [PATCH] workspacesView: Remove some unused variables More left-overs from the custom swipe-scrolling code. https://bugzilla.gnome.org/show_bug.cgi?id=686639 --- js/ui/workspacesView.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/ui/workspacesView.js b/js/ui/workspacesView.js index 0098cfd3e..2a473c92e 100644 --- a/js/ui/workspacesView.js +++ b/js/ui/workspacesView.js @@ -474,8 +474,6 @@ const WorkspacesDisplay = new Lang.Class({ this._switchWorkspaceNotifyId = 0; this._notifyOpacityId = 0; - this._swipeScrollBeginId = 0; - this._swipeScrollEndId = 0; this._scrollEventId = 0; },