mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-24 12:41:16 +00:00
testgtk: remove dead code
This commit is contained in:
parent
8cf52c8e6c
commit
2462019449
@ -5430,17 +5430,6 @@ create_focus (GtkWidget *widget)
|
||||
* 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
|
||||
create_font_selection (GtkWidget *widget)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user