Remove unused function declaration
authorMike McCormack <mj.mccormack@samsung.com>
Wed, 5 Oct 2011 05:23:37 +0000 (14:23 +0900)
committerMike McCormack <mj.mccormack@samsung.com>
Wed, 5 Oct 2011 05:27:21 +0000 (14:27 +0900)
src/lib/Evas.h

index df2a29d..a1d536a 100644 (file)
@@ -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.