edje_multisense: Guard _free function as well

Otherwise -> build error when building without multisense support

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
This commit is contained in:
Daniel Willmann 2013-05-09 10:55:36 +01:00
parent 85a6850ef4
commit cac30b8e0a
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,6 @@ eet_snd_file_tell(void *data, Eo *eo_obj EINA_UNUSED)
return vf->offset;
}
#endif
static void _free(void *data)
{
@ -77,6 +76,7 @@ static void _free(void *data)
free(eet_data->data);
free(data);
}
#endif
Eina_Bool
_edje_multisense_internal_sound_sample_play(Edje *ed, const char *sample_name, const double speed)