From 66816e915e009437aafe20bb4957a8883c72be80 Mon Sep 17 00:00:00 2001 From: jypark Date: Mon, 12 Mar 2012 07:06:43 +0000 Subject: [PATCH] remove deprecated code related with 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 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/lib/elm_photocam.c b/src/lib/elm_photocam.c index c077f04..6babd8c 100644 --- a/src/lib/elm_photocam.c +++ b/src/lib/elm_photocam.c @@ -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) { -- 2.7.4