Remove unused constant

This commit is contained in:
Florian Müllner 2010-03-19 20:00:12 +01:00
parent 52f1cc6d19
commit 5d0e33e267

View File

@ -36,8 +36,6 @@ const WORKSPACES_VIEW_KEY = 'overview/workspaces_view';
const WORKSPACE_DRAGGING_SCALE = 0.85; const WORKSPACE_DRAGGING_SCALE = 0.85;
const WORKSPACE_SHADOW_SCALE = (1 - WORKSPACE_DRAGGING_SCALE) / 2; const WORKSPACE_SHADOW_SCALE = (1 - WORKSPACE_DRAGGING_SCALE) / 2;
const WORKSPACE_DRAG_THRESHOLD = 0.2;
function GenericWorkspacesView(width, height, x, y, workspaces) { function GenericWorkspacesView(width, height, x, y, workspaces) {
this._init(width, height, x, y, workspaces); this._init(width, height, x, y, workspaces);
} }