libgimpwidget: clean out a forgotten signal method.

This commit is contained in:
Jehan 2024-10-10 04:12:58 +02:00
parent a040dfd6e4
commit 5fc2d58ad4

View file

@ -39,9 +39,6 @@ struct _GimpScaleEntryClass
{
GimpLabelSpinClass parent_class;
/* Signals */
void (* value_changed) (GimpScaleEntry *entry);
/* Class methods */
GtkWidget * (* new_range_widget) (GtkAdjustment *adjustment);