mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 22:10:08 +00:00
testgtk: Remove unused variable
This commit is contained in:
parent
e8bf80ebea
commit
e0efb8798a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user