Remove unused dump_accels() function from testgtk

This commit is contained in:
Christian Dywan
2010-04-13 18:46:27 +02:00
committed by Javier Jardón
parent 0c0976be1d
commit 09c84a006f

View File

@ -4036,14 +4036,6 @@ static const guint8 apple[] =
"\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"};
static void
dump_accels (gpointer callback_data,
guint callback_action,
GtkWidget *widget)
{
gtk_accel_map_save_fd (1 /* stdout */);
}
static GtkWidget *
accel_button_new (GtkAccelGroup *accel_group,
const gchar *text,