From c20a768300ecf7506f93f8f33ba3c02e7e1fd218 Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Wed, 5 Oct 2011 14:23:37 +0900 Subject: [PATCH] Remove unused function declaration --- src/lib/Evas.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/Evas.h b/src/lib/Evas.h index df2a29d..a1d536a 100644 --- a/src/lib/Evas.h +++ b/src/lib/Evas.h @@ -7337,7 +7337,6 @@ EAPI Eina_Bool evas_object_image_animated_get(const Evas_Object *obj); * @since 1.1.0 */ EAPI int evas_object_image_animated_frame_count_get(const Evas_Object *obj); -EINA_DEPRECATED EAPI int evas_object_image_animated_frame_num_get(const Evas_Object *obj); /** * Get the kind of looping the image object does. -- 2.7.4