From: andreas Date: Wed, 3 Jun 2009 21:41:00 +0000 (+0000) Subject: after discussion on IRC (#edevelop) with k-s and raster I removed the deprecated tag X-Git-Tag: submit/trunk/20120815.174732~3293 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cb8993a5ab19711b5ff98794201877237702611a;p=profile%2Fivi%2Fevas.git after discussion on IRC (#edevelop) with k-s and raster I removed the deprecated tag git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@40886 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/Evas.h b/src/lib/Evas.h index 453acf8..0f7efb7 100644 --- a/src/lib/Evas.h +++ b/src/lib/Evas.h @@ -165,11 +165,11 @@ struct _Evas_Smart_Class /** a smart object class */ void (*del) (Evas_Object *o); void (*move) (Evas_Object *o, Evas_Coord x, Evas_Coord y); void (*resize) (Evas_Object *o, Evas_Coord w, Evas_Coord h); - void (*show) (Evas_Object *o); // FIXME: DELETE ME - void (*hide) (Evas_Object *o); // FIXME: DELETE ME - void (*color_set) (Evas_Object *o, int r, int g, int b, int a); // FIXME: DELETE ME - void (*clip_set) (Evas_Object *o, Evas_Object *clip); // FIXME: DELETE ME - void (*clip_unset) (Evas_Object *o); // FIXME: DELETE ME + void (*show) (Evas_Object *o); + void (*hide) (Evas_Object *o); + void (*color_set) (Evas_Object *o, int r, int g, int b, int a); + void (*clip_set) (Evas_Object *o, Evas_Object *clip); + void (*clip_unset) (Evas_Object *o); void (*calculate) (Evas_Object *o); void (*member_add) (Evas_Object *o, Evas_Object *child); void (*member_del) (Evas_Object *o, Evas_Object *child);