[gdk-pixbuf] Remove an unused variable



commit 5e95001393e61cae50c7e58bb80ffa2599098de9
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Dec 19 05:53:38 2013 -0500

    Remove an unused variable

 gdk-pixbuf/io-tga.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk-pixbuf/io-tga.c b/gdk-pixbuf/io-tga.c
index 71cb526..55bbedc 100644
--- a/gdk-pixbuf/io-tga.c
+++ b/gdk-pixbuf/io-tga.c
@@ -241,7 +241,7 @@ static GdkPixbuf *get_contiguous_pixbuf (guint width,
                                         gboolean has_alpha)
 {
        guchar *pixels;
-       guint channels, rowstride, bytes;
+       guint channels, rowstride;
        
        if (has_alpha) 
                channels = 4;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]