Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_alert.c 


Log Message:
Unused variables.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_alert.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_alert.c   15 Jun 2005 05:06:45 -0000      1.1
+++ e_alert.c   19 Jun 2005 14:55:32 -0000      1.2
@@ -57,17 +57,16 @@
 void
 e_alert_show(char *text)
 {
-   int                  wid, hih, w, h, i, j, k, mask;
+   int                  wid, hih, w, i, j, k, mask;
    XGCValues            gcv;
    GC                   gc;
    char                 line[1024];
    XEvent               ev;
    XSetWindowAttributes att;
-   int                  fw, fh, x, y, ww, hh, mh;
+   int                  fw, fh, ww, hh, mh;
    KeyCode              key;
    int                  button;
    Window               win = 0, b1 = 0, b2 = 0, b3 = 0;
-   XCharStruct          cs;
 
    if (!text) return;
 




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to