remove deprecated code related with

elm_photocam_region_
elm_photocam_gesture_
function.


SVN revision: 69224
This commit is contained in:
Jiyoun Park 2012-03-12 07:06:43 +00:00
parent 0f9cc4ae49
commit 9ce3da3627
1 changed files with 0 additions and 6 deletions

View 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)
{