[gnome-shell] workspace: Remove unused leftover constant



commit 6237a1c5051aea1ff32900e7e905d46acdb89423
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Sep 11 16:33:12 2013 -0400

    workspace: Remove unused leftover constant
    
    from the window zooming days

 js/ui/workspace.js |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/workspace.js b/js/ui/workspace.js
index 35dfb29..52a737c 100644
--- a/js/ui/workspace.js
+++ b/js/ui/workspace.js
@@ -20,8 +20,6 @@ const FOCUS_ANIMATION_TIME = 0.15;
 
 const WINDOW_DND_SIZE = 256;
 
-const SCROLL_SCALE_AMOUNT = 100 / 5;
-
 const WINDOW_CLONE_MAXIMUM_SCALE = 0.7;
 
 const LIGHTBOX_FADE_TIME = 0.1;


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