Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

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


Modified Files:
        evas_imaging.c 


Log Message:


nuke #warning, and return no more!

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/imaging/evas_imaging.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- evas_imaging.c      22 Apr 2004 11:29:34 -0000      1.2
+++ evas_imaging.c      29 Apr 2004 04:23:37 -0000      1.3
@@ -157,13 +157,13 @@
 void
 evas_imaging_font_string_advance_get(Evas_Imaging_Font *fn, char *str, int *x, int *y)
 {
-   return evas_common_font_query_advance(fn->font, str, x, y);
+   evas_common_font_query_advance(fn->font, str, x, y);
 }
 
 void
 evas_imaging_font_string_size_query(Evas_Imaging_Font *fn, char *str, int *w, int *h)
 {
-   return evas_common_font_query_size(fn->font, str, w, h);
+   evas_common_font_query_size(fn->font, str, w, h);
 }
 
 int




-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to