[vte] Remove leftover, unused GdkPixmpap variable



commit 8b8ad8ff56505ba93f5ab6cae29f766eaa2861ff
Author: Kristian Høgsberg <krh bitplanet net>
Date:   Thu Aug 19 09:50:33 2010 -0400

    Remove leftover, unused GdkPixmpap variable
    
    This removes the last GdkPixmap reference in vte.

 src/vtebg.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/vtebg.c b/src/vtebg.c
index d5ebe75..c9f472c 100644
--- a/src/vtebg.c
+++ b/src/vtebg.c
@@ -87,7 +87,6 @@ static cairo_surface_t *
 vte_bg_root_surface(VteBg *bg)
 {
         VteBgPrivate *pvt = bg->pvt;
-	GdkPixmap *pixmap;
 	GdkAtom prop_type;
 	int prop_size;
 	Window root;
@@ -98,7 +97,6 @@ vte_bg_root_surface(VteBg *bg)
 	Display *display;
 	Screen *screen;
 
-	pixmap = NULL;
 	pixmaps = NULL;
 	gdk_error_trap_push();
 	if (!_vte_property_get_pixmaps(pvt->native.window, pvt->native.atom,



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