[gnome-shell] Remove unused constant



commit 5d0e33e267585a343a482a0a231c29c6aa3b4852
Author: Florian Müllner <fmuellner src gnome org>
Date:   Fri Mar 19 20:00:12 2010 +0100

    Remove unused constant

 js/ui/workspacesView.js |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/workspacesView.js b/js/ui/workspacesView.js
index bdf786e..96ffae6 100644
--- a/js/ui/workspacesView.js
+++ b/js/ui/workspacesView.js
@@ -36,8 +36,6 @@ const WORKSPACES_VIEW_KEY = 'overview/workspaces_view';
 const WORKSPACE_DRAGGING_SCALE = 0.85;
 const WORKSPACE_SHADOW_SCALE = (1 - WORKSPACE_DRAGGING_SCALE) / 2;
 
-const WORKSPACE_DRAG_THRESHOLD = 0.2;
-
 function GenericWorkspacesView(width, height, x, y, workspaces) {
     this._init(width, height, x, y, workspaces);
 }



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