checkbutton: Remove unused vfunc

This commit is contained in:
Timm Bäder 2017-01-27 11:16:03 +01:00
parent eb0c5a6a6c
commit 1a0577b3f4

View File

@ -55,9 +55,6 @@ struct _GtkCheckButtonClass
{
GtkToggleButtonClass parent_class;
void (* draw_indicator) (GtkCheckButton *check_button,
cairo_t *cr);
/* Padding for future expansion */
void (*_gtk_reserved1) (void);
void (*_gtk_reserved2) (void);