Elm: Add missing unused for parameter.
authorChristopher Michael <cpmichael1@comcast.net>
Thu, 6 Sep 2012 07:48:24 +0000 (07:48 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Thu, 6 Sep 2012 07:48:24 +0000 (07:48 +0000)
SVN revision: 76227

src/lib/elm_slider.c

index 4ed02e0..e5420ab 100644 (file)
@@ -584,7 +584,7 @@ _spacer_up_cb(void *data,
 
 static void
 _track_move_cb(void *data,
-               Evas *e,
+               Evas *e __UNUSED__,
                Evas_Object *obj,
                void *event_info __UNUSED__)
 {