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

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

src/lib/elm_photocam.c

index c077f04..6babd8c 100644 (file)
@@ -1740,12 +1740,6 @@ elm_photocam_image_size_get(const Evas_Object *obj, int *w, int *h)
    if (h) *h = wd->size.imh;
 }
 
-EINA_DEPRECATED EAPI void
-elm_photocam_region_get(const Evas_Object *obj, int *x, int *y, int *w, int *h)
-{
-   return elm_photocam_image_region_get(obj, x, y, w, h);
-}
-
 EAPI void
 elm_photocam_image_region_get(const Evas_Object *obj, int *x, int *y, int *w, int *h)
 {