remove deprecated code related with

elm_video_uri_set
function.


SVN revision: 69223
This commit is contained in:
Jiyoun Park 2012-03-12 07:04:19 +00:00
parent 0bc61823fb
commit 0f9cc4ae49
1 changed files with 0 additions and 17 deletions

View File

@ -335,23 +335,6 @@ elm_video_file_set(Evas_Object *video, const char *filename)
#endif
}
EINA_DEPRECATED EAPI void
elm_video_uri_set(Evas_Object *video, const char *uri)
{
#ifdef HAVE_EMOTION
ELM_CHECK_WIDTYPE(video, widtype);
Widget_Data *wd = elm_widget_data_get(video);
if (wd->remember) emotion_object_last_position_save(wd->emotion);
wd->stop = EINA_FALSE;
emotion_object_file_set(wd->emotion, uri);
edje_object_signal_emit(wd->layout, "elm,video,load", "elm");
#else
(void) video;
(void) uri;
#endif
}
EAPI Evas_Object *
elm_video_emotion_get(const Evas_Object *video)
{