devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=db53875e0af391b661937725c64dbe51164b8905

commit db53875e0af391b661937725c64dbe51164b8905
Author: Chris Michael <[email protected]>
Date:   Tue Jan 6 09:05:37 2015 -0500

    eet: Remove unused variable
    
    Summary: This just removes an unused variable spotted during compile.
    
    @fix
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/lib/eet/eet_image.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/lib/eet/eet_image.c b/src/lib/eet/eet_image.c
index 6767478..bfaff2e 100644
--- a/src/lib/eet/eet_image.c
+++ b/src/lib/eet/eet_image.c
@@ -1140,8 +1140,6 @@ eet_data_image_lossless_compressed_convert(int         
*size,
 
       if (_eet_image_words_bigendian)
         {
-           unsigned int i;
-
            bigend_data = (int *) malloc(w * h * 4);
            if (!bigend_data) return NULL;
 

-- 


Reply via email to