In this functions, the first parameter obj is not used, adding
__UNUSED__ to them
SVN revision: 55011
}
static void
-_pan_min_get(Evas_Object *obj, Evas_Coord *x, Evas_Coord *y)
+_pan_min_get(Evas_Object *obj __UNUSED__, Evas_Coord *x, Evas_Coord *y)
{
if (x) *x = 0;
if (y) *y = 0;
}
static void
-_pan_min_get(Evas_Object *obj, Evas_Coord *x, Evas_Coord *y)
+_pan_min_get(Evas_Object *obj __UNUSED__, Evas_Coord *x, Evas_Coord *y)
{
if (x) *x = 0;
if (y) *y = 0;
}
static void
-_pan_min_get(Evas_Object *obj, Evas_Coord *x, Evas_Coord *y)
+_pan_min_get(Evas_Object *obj __UNUSED__, Evas_Coord *x, Evas_Coord *y)
{
if (x) *x = 0;
if (y) *y = 0;