elm_entry: Add missing EINA_UNUSED

'sd' is an unused parameter here so add missing EINA_UNUSED
This commit is contained in:
Christopher Michael 2019-03-19 08:31:03 -04:00
parent ee6e9ff9ad
commit 7ceba76957
1 changed files with 1 additions and 1 deletions

View File

@ -4988,7 +4988,7 @@ elm_entry_file_set(Evas_Object *obj, const char *file, Elm_Text_Format format)
}
EOLIAN static void
_elm_entry_efl_file_unload(Eo *obj, Elm_Entry_Data *sd)
_elm_entry_efl_file_unload(Eo *obj, Elm_Entry_Data *sd EINA_UNUSED)
{
elm_object_text_set(obj, "");
efl_file_unload(efl_super(obj, MY_CLASS));