[gnome-nibbles] Removed code that is no longer used



commit 1770d542057f7b61434c6b34782cb1ca7350f6cd
Author: Bryan Quigley <bryanquigs src gnome org>
Date:   Fri Jul 26 23:58:19 2013 -0400

    Removed code that is no longer used

 src/worm.c |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/src/worm.c b/src/worm.c
index 85df707..193c622 100644
--- a/src/worm.c
+++ b/src/worm.c
@@ -335,17 +335,6 @@ gnibbles_worm_grok_bonus (GnibblesWorm *worm)
 }
 
 static void
-worm_grok_scale_down (ClutterAnimation *animation, ClutterActor *actor)
-{
-  clutter_actor_save_easing_state(actor);
-  clutter_actor_set_easing_mode (actor, CLUTTER_EASE_OUT_QUINT);
-  clutter_actor_set_easing_duration (actor, 420);
-  clutter_actor_set_scale (actor, 1.0, 1.0);
-  clutter_actor_set_pivot_point (actor,.5,.5);
-  clutter_actor_restore_easing_state(actor);
-}
-
-static void
 gnibbles_worm_handle_bonus (GnibblesWorm *worm)
 {
   ClutterActor *actor = NULL;


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