Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : libs/evas

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


Modified Files:
        evas_imaging.c 


Log Message:
Add const.
Remove unused variables.

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/imaging/evas_imaging.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- evas_imaging.c      28 Feb 2006 04:07:47 -0000      1.8
+++ evas_imaging.c      31 May 2006 18:33:45 -0000      1.9
@@ -88,7 +88,6 @@
 {
    Evas_Imaging_Font *fn;
    RGBA_Font *font;
-   Font_Hint_Flags h;
 
    evas_common_cpu_init();
    evas_common_font_init();
@@ -213,4 +212,5 @@
 evas_imaging_font_cache_get(void)
 {
    return evas_common_font_cache_get();
-}
\ No newline at end of file
+}
+




_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to