From a4904043a0f580bb4c64ad9a7e6713c0798b06c8 Mon Sep 17 00:00:00 2001 From: Dan Winship <danw@gnome.org> Date: Wed, 13 May 2009 15:29:39 -0400 Subject: [PATCH] Remove some debugging cruft that shouldn't have ever been committed --- js/ui/altTab.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/js/ui/altTab.js b/js/ui/altTab.js index 2cb794346..0b7e7f7bf 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;