[gnome-shell] workspacesView: Remove obsolete constant



commit fd45d3589ba41971b1137ae23748f5539e91c68a
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Dec 18 18:14:04 2014 +0100

    workspacesView: Remove obsolete 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 ba3a120..1e08e24 100644
--- a/js/ui/workspacesView.js
+++ b/js/ui/workspacesView.js
@@ -18,8 +18,6 @@ const Workspace = imports.ui.workspace;
 const WorkspaceThumbnail = imports.ui.workspaceThumbnail;
 
 const WORKSPACE_SWITCH_TIME = 0.25;
-// Note that mutter has a compile-time limit of 36
-const MAX_WORKSPACES = 16;
 
 const AnimationType = {
     ZOOM: 0,


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