efl_ui_collection: Mark unused parameter

double align is actually unused in this function, so mark it as such
This commit is contained in:
Christopher Michael 2019-08-01 08:32:42 -04:00
parent 84601549e8
commit a7971f409d
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ static void
_item_scroll_internal(Eo *obj EINA_UNUSED,
Efl_Ui_Collection_Data *pd,
Efl_Ui_Item *item,
double align,
double align EINA_UNUSED,
Eina_Bool anim)
{
Eina_Rect ipos, view;