[gnome-games/gsoc-seed-games] [same-gnome-clutter] Don't only unlight if we're connected to 2 lights; that's silly
- From: Tim Horton <hortont src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-games/gsoc-seed-games] [same-gnome-clutter] Don't only unlight if we're connected to 2 lights; that's silly
- Date: Fri, 10 Jul 2009 01:53:03 +0000 (UTC)
commit c97e51fe35079d0139d57c57e6b40c427c85d5aa
Author: Tim Horton <hortont424 gmail com>
Date: Sun Jul 5 20:38:25 2009 -0400
[same-gnome-clutter] Don't only unlight if we're connected to 2 lights; that's silly
same-gnome-clutter/same.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/same-gnome-clutter/same.c b/same-gnome-clutter/same.c
index 911f89e..96ff653 100644
--- a/same-gnome-clutter/same.c
+++ b/same-gnome-clutter/same.c
@@ -216,10 +216,6 @@ gboolean light_left(ClutterActor * actor,
{
light * l = (light *)user_data;
GList * cl = connected_lights(l);
-
- if(g_list_length(cl) < 2)
- return FALSE;
-
GList * li;
for(li = cl; li != NULL; li = g_list_next(li))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]