remove code related with

elm_player_video_set
which was deprecated


SVN revision: 69105
This commit is contained in:
Jiyoun Park 2012-03-09 13:57:25 +00:00
parent e109ac28af
commit 28cd02b8c6
1 changed files with 0 additions and 6 deletions

View File

@ -581,9 +581,3 @@ elm_player_add(Evas_Object *parent)
return NULL;
#endif
}
EAPI void
elm_player_video_set(Evas_Object *player, Evas_Object *video)
{
_content_set_hook(player, "video", video);
}