From 29612f5b0bb926e28b1e9a0c95d7da9f5c0fceb5 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Wed, 13 Jul 2011 01:39:43 +0000 Subject: [PATCH] elementray/test_gesture_layer - trivial changes. SVN revision: 61311 --- src/bin/test_gesture_layer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/test_gesture_layer.c b/src/bin/test_gesture_layer.c index 660bf73..2f1f359 100644 --- a/src/bin/test_gesture_layer.c +++ b/src/bin/test_gesture_layer.c @@ -124,7 +124,7 @@ zoom_out_animation_operation(void *_po, Elm_Transit *transit __UNUSED__, } static void -zoom_out_animation_end(void *_po, Elm_Transit *transit) +zoom_out_animation_end(void *_po, Elm_Transit *transit __UNUSED__) { Photo_Object *po = (Photo_Object *) _po; -- 2.7.4