elementray/test_gesture_layer - trivial changes.

SVN revision: 61311
This commit is contained in:
ChunEon Park 2011-07-13 01:39:43 +00:00
parent 2234af4d64
commit 323426187f
1 changed files with 1 additions and 1 deletions

View File

@ -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;