[gtk+] testgtk: Remove unused variable



commit e0efb8798a23fc2d9ee9bdda5706b62a8a69ff27
Author: Benjamin Otte <otte redhat com>
Date:   Thu Jul 22 02:28:19 2010 +0200

    testgtk: Remove unused variable

 tests/testgtk.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/tests/testgtk.c b/tests/testgtk.c
index a12f217..977164d 100644
--- a/tests/testgtk.c
+++ b/tests/testgtk.c
@@ -7656,13 +7656,11 @@ shape_create_icon (GdkScreen *screen,
   GtkWidget *pixmap;
   GtkWidget *fixed;
   CursorOffset* icon_pos;
-  GdkGC* gc;
   GdkBitmap *gdk_pixmap_mask;
   GdkPixmap *gdk_pixmap;
   GtkStyle *style;
 
   style = gtk_widget_get_default_style ();
-  gc = style->black_gc;	
 
   /*
    * GDK_WINDOW_TOPLEVEL works also, giving you a title border



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