testtitlebar: Fix -Wunused-variable warning
GtkWidget *title is no longer used. https://bugzilla.gnome.org/show_bug.cgi?id=720296
This commit is contained in:
parent
06091ed457
commit
d881edd33a
@ -5,7 +5,6 @@ main (int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
GtkWidget *window;
|
GtkWidget *window;
|
||||||
GtkWidget *header;
|
GtkWidget *header;
|
||||||
GtkWidget *title;
|
|
||||||
GtkWidget *button;
|
GtkWidget *button;
|
||||||
GtkWidget *box;
|
GtkWidget *box;
|
||||||
GtkWidget *image;
|
GtkWidget *image;
|
||||||
|
Loading…
Reference in New Issue
Block a user