Trivial: Silence a compiler warning

This commit is contained in:
Matthias Clasen 2011-08-24 07:54:58 -04:00
parent 144e4af8bc
commit f136ee9b57

View File

@ -27,7 +27,7 @@ int
main (int argc, char *argv[])
{
GtkWidget *dialog;
GtkWidget *ok;
GtkWidget *ok G_GNUC_UNUSED;
gtk_init (&argc, &argv);