testgtk: Remove unused variable

This commit is contained in:
Benjamin Otte 2010-07-22 02:28:19 +02:00
parent e8bf80ebea
commit e0efb8798a

View File

@ -7656,13 +7656,11 @@ shape_create_icon (GdkScreen *screen,
GtkWidget *pixmap; GtkWidget *pixmap;
GtkWidget *fixed; GtkWidget *fixed;
CursorOffset* icon_pos; CursorOffset* icon_pos;
GdkGC* gc;
GdkBitmap *gdk_pixmap_mask; GdkBitmap *gdk_pixmap_mask;
GdkPixmap *gdk_pixmap; GdkPixmap *gdk_pixmap;
GtkStyle *style; GtkStyle *style;
style = gtk_widget_get_default_style (); style = gtk_widget_get_default_style ();
gc = style->black_gc;
/* /*
* GDK_WINDOW_TOPLEVEL works also, giving you a title border * GDK_WINDOW_TOPLEVEL works also, giving you a title border