Remove unused variables.
authorSebastian Dransfeld <sd@tango.flipp.net>
Thu, 28 Dec 2006 12:40:42 +0000 (12:40 +0000)
committerSebastian Dransfeld <sd@tango.flipp.net>
Thu, 28 Dec 2006 12:40:42 +0000 (12:40 +0000)
Add */ to comment.

SVN revision: 27589

legacy/evas/src/lib/engines/common/evas_pipe.c
legacy/evas/src/lib/engines/common/evas_scale_smooth_scaler_down.c
legacy/evas/src/lib/engines/common/evas_scale_smooth_scaler_up.c

index 5a32e6a..a05a57e 100644 (file)
@@ -188,7 +188,7 @@ evas_common_pipe_flush(RGBA_Image *im)
 {
    
    RGBA_Pipe *p;
-   int i, y, h;
+   int i;
 
    if (!im->pipe) return;
 #ifdef BUILD_PTHREAD
@@ -222,7 +222,7 @@ evas_common_pipe_free(RGBA_Image *im)
    int i;
    
    if (!im->pipe) return;
-   /* FIXME: PTHREAD join all threads here (if not finished) 
+   /* FIXME: PTHREAD join all threads here (if not finished) */
    
    /* free pipe */
    while (im->pipe)
index 04d44f0..d4250e0 100644 (file)
@@ -4,7 +4,6 @@
    int     *xapoints, *xapp;
    int     *yapoints, *yapp;
    DATA32  *buf, *src_data;
-   RGBA_Image  *line_buf;
    
    RGBA_Gfx_Func      func;
 
index ac40ceb..0a6088f 100644 (file)
@@ -10,7 +10,6 @@
 
    DATA32      *psrc, *pdst, *pdst_end;
    DATA32      *buf, *pbuf, *pbuf_end;
-   RGBA_Image  *im_buf;
    RGBA_Gfx_Func  func;
 
    /* a scanline buffer */