From 5d0e33e267585a343a482a0a231c29c6aa3b4852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 19 Mar 2010 20:00:12 +0100 Subject: [PATCH] Remove unused constant --- js/ui/workspacesView.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/ui/workspacesView.js b/js/ui/workspacesView.js index bdf786e99..96ffae6ee 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); }