[gnome-shell] Remove some debugging cruft that shouldn't have ever been committed



commit a4904043a0f580bb4c64ad9a7e6713c0798b06c8
Author: Dan Winship <danw gnome org>
Date:   Wed May 13 15:29:39 2009 -0400

    Remove some debugging cruft that shouldn't have ever been committed
---
 js/ui/altTab.js |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/js/ui/altTab.js b/js/ui/altTab.js
index 2cb7943..0b7e7f7 100644
--- a/js/ui/altTab.js
+++ b/js/ui/altTab.js
@@ -17,13 +17,6 @@ POPUP_INDICATOR_COLOR.from_pixel(0xf0f0f0ff);
 const POPUP_TRANSPARENT = new Clutter.Color();
 POPUP_TRANSPARENT.from_pixel(0x00000000);
 
-const RED = new Clutter.Color();
-RED.from_pixel(0xff0000ff);
-const GREEN = new Clutter.Color();
-GREEN.from_pixel(0x00ff00ff);
-const BLUE = new Clutter.Color();
-BLUE.from_pixel(0x0000ffff);
-
 const POPUP_INDICATOR_WIDTH = 4;
 const POPUP_GRID_SPACING = 8;
 const POPUP_ICON_SIZE = 48;



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