remove deprecated code related with
authorjypark <jypark@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 12 Mar 2012 07:04:19 +0000 (07:04 +0000)
committerjypark <jypark@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 12 Mar 2012 07:04:19 +0000 (07:04 +0000)
elm_video_uri_set
function.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@69223 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_video.c

index 9d8769a..76c8f4e 100644 (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)
 {