Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/evas

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


Modified Files:
        evas_inline.x 


Log Message:
not needed anymore as they are in their source file, now

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/include/evas_inline.x,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- evas_inline.x       17 Jul 2008 07:45:42 -0000      1.5
+++ evas_inline.x       18 Jul 2008 11:11:04 -0000      1.6
@@ -202,19 +202,4 @@
    obj->cur.cache.clip.dirty = 0;
 }
 
-static inline void
-_evas_array_append(Evas_Array *array, void *data)
-{
-   if (UNLIKELY((array->count + array->step) > array->total))
-     if (!_evas_array_grow(array)) return ;
-
-   array->data[array->count++] = data;
-}
-
-static inline void*
-_evas_array_get(Evas_Array *array, unsigned int index)
-{
-   return array->data[index];
-}
-
 #endif



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to