panel: remove warning.

This commit is contained in:
ChunEon Park 2014-10-06 14:30:19 +09:00
parent 42b17337cb
commit afeafc1774
1 changed files with 1 additions and 1 deletions

View File

@ -1286,7 +1286,7 @@ _elm_panel_scrollable_content_size_set(Eo *obj, Elm_Panel_Data *sd, double ratio
}
EOLIAN static Eina_Bool
_elm_panel_scrollable_get(Eo *obj, Elm_Panel_Data *sd)
_elm_panel_scrollable_get(Eo *obj EINA_UNUSED, Elm_Panel_Data *sd)
{
return sd->scrollable;
}