Enlightenment CVS committal Author : raster Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/canvas Modified Files: evas_object_textblock.c Log Message: remove api that isnt functioning and wont for a while. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/canvas/evas_object_textblock.c,v retrieving revision 1.37 retrieving revision 1.38 diff -u -3 -r1.37 -r1.38 --- evas_object_textblock.c 16 Feb 2005 14:07:39 -0000 1.37 +++ evas_object_textblock.c 16 Feb 2005 15:38:44 -0000 1.38 @@ -118,7 +118,6 @@ char changed : 1; int pos, len, lines; - Evas_Format_Direction format_dir; Node *nodes; Layout_Node *layout_nodes; Evas_Coord last_w, last_h; @@ -2382,41 +2381,6 @@ } void -evas_object_textblock_format_direction_set(Evas_Object *obj, Evas_Format_Direction dir) -{ - Evas_Object_Textblock *o; - - MAGIC_CHECK(obj, Evas_Object, MAGIC_OBJ); - return; - MAGIC_CHECK_END(); - o = (Evas_Object_Textblock *)(obj->object_data); - MAGIC_CHECK(o, Evas_Object_Textblock, MAGIC_OBJ_TEXTBLOCK); - return; - MAGIC_CHECK_END(); - if (o->format_dir == dir) return; - /* FIXME: DOES NOTHING YET - FUTURE FEATRUE */ - o->native.dirty = 1; - o->format.dirty = 1; - o->changed = 1; - evas_object_change(obj); -} - -Evas_Format_Direction -evas_object_textblock_format_direction_get(Evas_Object *obj) -{ - Evas_Object_Textblock *o; - - MAGIC_CHECK(obj, Evas_Object, MAGIC_OBJ); - return EVAS_FORMAT_DIRECTION_VERTICAL; - MAGIC_CHECK_END(); - o = (Evas_Object_Textblock *)(obj->object_data); - MAGIC_CHECK(o, Evas_Object_Textblock, MAGIC_OBJ_TEXTBLOCK); - return EVAS_FORMAT_DIRECTION_VERTICAL; - MAGIC_CHECK_END(); - return o->format_dir; -} - -void evas_object_textblock_format_size_get(Evas_Object *obj, Evas_Coord *w, Evas_Coord *h) { Evas_Object_Textblock *o; ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs