workspacesView: Remove some unused variables

More left-overs from the custom swipe-scrolling code.

https://bugzilla.gnome.org/show_bug.cgi?id=686639
This commit is contained in:
Florian Müllner 2013-02-20 08:24:57 +01:00
parent af219ce9e7
commit f83ad77c08

View File

@ -474,8 +474,6 @@ const WorkspacesDisplay = new Lang.Class({
this._switchWorkspaceNotifyId = 0;
this._notifyOpacityId = 0;
this._swipeScrollBeginId = 0;
this._swipeScrollEndId = 0;
this._scrollEventId = 0;
},