testgtk: remove dead code

This commit is contained in:
Matthias Clasen 2011-08-15 19:40:24 -04:00
parent 8cf52c8e6c
commit 2462019449

View File

@ -5430,17 +5430,6 @@ create_focus (GtkWidget *widget)
* GtkFontSelection * GtkFontSelection
*/ */
void
font_selection_ok (GtkWidget *w,
GtkFontSelectionDialog *fs)
{
gchar *s = gtk_font_selection_dialog_get_font_name (fs);
g_print ("%s\n", s);
g_free (s);
gtk_widget_destroy (GTK_WIDGET (fs));
}
void void
create_font_selection (GtkWidget *widget) create_font_selection (GtkWidget *widget)
{ {