[gnome-games/gsoc-seed-games] [lightsoff] Remove old led front image that's no longer used



commit 7f7b20a92b6aba48ffd25c97909ee20d8d4b5c3d
Author: Tim Horton <hortont424 gmail com>
Date:   Fri Jun 26 23:27:46 2009 -0400

    [lightsoff] Remove old led front image that's no longer used

 lightsoff/themes/tango/Makefile.am   |    2 -
 lightsoff/themes/tango/led-front.svg |  113 ----------------------------------
 lightsoff/themes/tango/theme.js.in   |    3 -
 lightsoff/themes/up/Makefile.am      |    2 -
 lightsoff/themes/up/led-front.svg    |  113 ----------------------------------
 lightsoff/themes/up/theme.js.in      |    3 -
 6 files changed, 0 insertions(+), 236 deletions(-)
---
diff --git a/lightsoff/themes/tango/Makefile.am b/lightsoff/themes/tango/Makefile.am
index 6b7e3fc..9d2f4c1 100644
--- a/lightsoff/themes/tango/Makefile.am
+++ b/lightsoff/themes/tango/Makefile.am
@@ -3,7 +3,6 @@ theme_DATA = \
 	arrow.svg \
 	backing.svg \
 	led-back.svg \
-	led-front.svg \
 	off.svg \
 	on.svg \
 	theme.js
@@ -12,7 +11,6 @@ EXTRA_DIST = \
 	arrow.svg \
 	backing.svg \
 	led-back.svg \
-	led-front.svg \
 	off.svg \
 	on.svg \
 	theme.js.in
diff --git a/lightsoff/themes/tango/theme.js.in b/lightsoff/themes/tango/theme.js.in
index acd1a78..0fbe597 100644
--- a/lightsoff/themes/tango/theme.js.in
+++ b/lightsoff/themes/tango/theme.js.in
@@ -8,7 +8,6 @@ var light = [ load_svg("off.svg"), load_svg("on.svg") ];
 var arrow = load_svg("arrow.svg");
 var backing = load_svg("backing.svg");
 var led_back = load_svg("led-back.svg");
-var led_front = load_svg("led-front.svg");
 
 // TODO: figure out how to fix this new offscreen cloning thing. this is a hack.
 
@@ -23,7 +22,6 @@ function map_stuff(a)
 	a.add_actor(arrow);
 	a.add_actor(backing);
 	a.add_actor(led_back);
-	a.add_actor(led_front);
 	a.show_all();
 	
 	light[0].set_position(-500, -500);
@@ -31,7 +29,6 @@ function map_stuff(a)
 	arrow.set_position(-500, -500);
 	backing.set_position(-500, -500);
 	led_back.set_position(-500, -500);
-	led_front.set_position(-500, -500);
 }
 
 // helper functions should be put somewhere global
diff --git a/lightsoff/themes/up/Makefile.am b/lightsoff/themes/up/Makefile.am
index 48ae2c2..831465f 100644
--- a/lightsoff/themes/up/Makefile.am
+++ b/lightsoff/themes/up/Makefile.am
@@ -3,7 +3,6 @@ theme_DATA = \
 	arrow.svg \
 	backing.svg \
 	led-back.svg \
-	led-front.svg \
 	off.svg \
 	on.svg \
 	theme.js
@@ -12,7 +11,6 @@ EXTRA_DIST = \
 	arrow.svg \
 	backing.svg \
 	led-back.svg \
-	led-front.svg \
 	off.svg \
 	on.svg \
 	theme.js.in
diff --git a/lightsoff/themes/up/theme.js.in b/lightsoff/themes/up/theme.js.in
index aaefa47..3394808 100644
--- a/lightsoff/themes/up/theme.js.in
+++ b/lightsoff/themes/up/theme.js.in
@@ -8,7 +8,6 @@ var light = [ load_svg("off.svg"), load_svg("on.svg") ];
 var arrow = load_svg("arrow.svg");
 var backing = load_svg("backing.svg");
 var led_back = load_svg("led-back.svg");
-var led_front = load_svg("led-front.svg");
 
 // TODO: figure out how to fix this new offscreen cloning thing. this is a hack.
 
@@ -23,7 +22,6 @@ function map_stuff(a)
 	a.add_actor(arrow);
 	a.add_actor(backing);
 	a.add_actor(led_back);
-	a.add_actor(led_front);
 	a.show_all();
 	
 	light[0].set_position(-500, -500);
@@ -31,7 +29,6 @@ function map_stuff(a)
 	arrow.set_position(-500, -500);
 	backing.set_position(-500, -500);
 	led_back.set_position(-500, -500);
-	led_front.set_position(-500, -500);
 }
 
 // helper functions should be put somewhere global



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