Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib


Modified Files:
        Evas.h 


Log Message:


remove api that isnt functioning and wont for a while.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/Evas.h,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -3 -r1.42 -r1.43
--- Evas.h      16 Feb 2005 13:57:41 -0000      1.42
+++ Evas.h      16 Feb 2005 15:38:43 -0000      1.43
@@ -53,13 +53,6 @@
    EVAS_BUTTON_TRIPLE_CLICK = (1 << 1) /**< This mouse button press was the 
3rd press of a triple click */
 } Evas_Button_Flags; /**< Flags for Mouse Button events */
 
-typedef enum _Evas_Format_Direction
-{
-   EVAS_FORMAT_DIRECTION_VERTICAL = 0,
-     EVAS_FORMAT_DIRECTION_HORIZONTAL = 1
-} Evas_Format_Direction;
-
-
 typedef struct _Evas_List             Evas_List; /**< A generic linked list 
node handle */
 typedef struct _Evas_Rectangle        Evas_Rectangle; /**< A generic rectangle 
handle */
 typedef struct _Evas_Smart_Class      Evas_Smart_Class; /**< A smart object 
base class */
@@ -461,8 +454,6 @@
    EAPI const char            *evas_object_textblock_format_prev_get      
(Evas_Object *obj, int n);
    EAPI void                   evas_object_textblock_format_prev_del      
(Evas_Object *obj, int n);
    EAPI char                  *evas_object_textblock_current_format_get   
(Evas_Object *obj);
-   EAPI void                   evas_object_textblock_format_direction_set 
(Evas_Object *obj, Evas_Format_Direction dir);
-   EAPI Evas_Format_Direction  evas_object_textblock_format_direction_get 
(Evas_Object *obj);
    EAPI void                   evas_object_textblock_format_size_get      
(Evas_Object *obj, Evas_Coord *w, Evas_Coord *h);
    EAPI void                   evas_object_textblock_native_size_get      
(Evas_Object *obj, Evas_Coord *w, Evas_Coord *h);
    EAPI int                    evas_object_textblock_native_lines_get     
(Evas_Object *obj);




-------------------------------------------------------
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

Reply via email to