Remove unused GtkDialFormatValueFunc from gtkdial.h

This commit is contained in:
Geoffrey D. Bennett
2024-01-13 04:23:15 +10:30
parent b2823e79be
commit 2115a26d9d

View File

@@ -39,10 +39,6 @@ struct _GtkDialClass
double new_value); double new_value);
}; };
typedef char * (*GtkDialFormatValueFunc) (GtkDial *dial,
double value,
gpointer user_data);
GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL
GType gtk_dial_get_type (void) G_GNUC_CONST; GType gtk_dial_get_type (void) G_GNUC_CONST;
GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL