[vte] Remove unused variable



commit b1379dc19ac015a3dbb7a42f7b1250e6e096820f
Author: Christian Persch <chpe gnome org>
Date:   Sat Apr 10 16:34:11 2010 +0200

    Remove unused variable

 src/vtebg.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/vtebg.c b/src/vtebg.c
index 1f8a4f0..deb4e55 100644
--- a/src/vtebg.c
+++ b/src/vtebg.c
@@ -415,7 +415,7 @@ vte_bg_get_surface(VteBg *bg,
         VteBgPrivate *pvt;
 	VteBgCacheItem *item;
 	GdkPixbuf *pixbuf;
-	cairo_surface_t *cached, *source;
+	cairo_surface_t *cached;
 	cairo_t *cr;
 	int width, height;
 
@@ -453,7 +453,6 @@ vte_bg_get_surface(VteBg *bg,
 	item->tint_color = *tint;
 	item->saturation = saturation;
         item->surface = NULL;
-	source = NULL;
 	pixbuf = NULL;
 
 	switch (source_type) {



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