Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/canvas


Modified Files:
        evas_object_image.c 


Log Message:


now that documentation is looking nicer

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/canvas/evas_object_image.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- evas_object_image.c 15 Feb 2003 01:30:32 -0000      1.6
+++ evas_object_image.c 21 Feb 2003 10:28:24 -0000      1.7
@@ -88,33 +88,6 @@
    return obj;
 }
 
-#define EVAS_OBJECT_IMAGE_FREE_FILE_AND_KEY(o)                              \
-   if ((o)->cur.file)                                                       \
-     {                                                                      \
-         free((o)->cur.file);                                               \
-        if ((o)->prev.file == (o)->cur.file)                               \
-              (o)->prev.file = NULL;                                       \
-        (o)->cur.file = NULL;                                              \
-     }                                                                      \
-   if ((o)->cur.key)                                                        \
-     {                                                                      \
-         free((o)->cur.key);                                                \
-        if ((o)->prev.key == (o)->cur.key)                                 \
-              (o)->prev.key = NULL;                                        \
-        (o)->cur.key = NULL;                                               \
-     }                                                                      \
-   if ((o)->prev.file)                                                      \
-     {                                                                      \
-         free((o)->prev.file);                                              \
-        (o)->prev.file = NULL;                                             \
-     }                                                                      \
-   if ((o)->prev.key)                                                       \
-     {                                                                      \
-         free((o)->prev.key);                                               \
-        (o)->prev.key = NULL;                                              \
-     }
-
-
 void
 evas_object_image_file_set(Evas_Object *obj, const char *file, const char *key)
 {




-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to