[the-board/selection-toolbar: 2/5] [ui] Remove unused enum from Thing



commit 1c784052ca2b5be84436c8869b4fec0ac40b608c
Author: Lucas Rocha <lucasr gnome org>
Date:   Mon Jan 24 00:28:26 2011 +0000

    [ui] Remove unused enum from Thing

 src/js/ui/thing.js |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/src/js/ui/thing.js b/src/js/ui/thing.js
index 9288fc5..1fb543f 100644
--- a/src/js/ui/thing.js
+++ b/src/js/ui/thing.js
@@ -13,12 +13,6 @@ const Tb = imports.gi.Tb;
 // util imports
 const MathUtil = imports.util.mathUtil;
 
-let DragType = {
-    NONE   : 0,
-    MOVE   : 1,
-    RESIZE : 2
-};
-
 const _DRAGGING_THRESHOLD = 2;
 
 const _SHOW_CONTROLS_LENGTH = 12;



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