Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/clock


Modified Files:
        e_mod_main.c 


Log Message:


clean up a lot of wranings.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/clock/e_mod_main.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- e_mod_main.c        7 Dec 2004 00:21:04 -0000       1.6
+++ e_mod_main.c        23 Dec 2004 06:38:27 -0000      1.7
@@ -188,7 +188,6 @@
 static void
 _clock_face_init(Clock_Face *ef)
 {
-   Evas_List *l;
    Evas_Coord ww, hh, bw, bh;
    Evas_Object *o;
    
@@ -303,7 +302,7 @@
 { 
    Evas_Event_Mouse_Move *ev;
    Clock_Face *ef;
-   Evas_Coord x, y, w, h, cx, cy, sw, sh;
+   Evas_Coord cx, cy, sw, sh;
    
    evas_pointer_canvas_xy_get(e, &cx, &cy);
    evas_output_viewport_get(e, NULL, NULL, &sw, &sh);




-------------------------------------------------------
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://productguide.itmanagersjournal.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to