Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

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


Modified Files:
        e_mod_main.c 


Log Message:
Remove unused variables.

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/e/src/modules/dropshadow/e_mod_main.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- e_mod_main.c        30 Jul 2005 10:24:08 -0000      1.25
+++ e_mod_main.c        14 Aug 2005 16:57:55 -0000      1.26
@@ -1735,7 +1735,7 @@
 _ds_gauss_blur_v(unsigned char *pix, unsigned char *pix_dst, int pix_w, int 
pix_h, unsigned char *lut, int blur, int q, int rx, int ry, int rxx, int ryy)
 {
    int x, y;
-   int i, sum, weight, l, l1, l2, wt, y1, y2, tpix;
+   int i, sum, weight, l, l1, l2, wt, y1, y2;
    unsigned char *p1, *p2, *pp;
    int full, usefull;
    
@@ -2085,7 +2085,7 @@
 {
    unsigned char *p;
    unsigned int *pix2, *p2;
-   int xx, yy, jump, pix;
+   int xx, yy, jump;
 
    if (!sp) return;
    if (!o) return;




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to