checkbutton: Remove unused function prototype

This commit is contained in:
Timm Bäder 2017-01-27 11:07:41 +01:00
parent 6c6ed7496c
commit eb0c5a6a6c

View File

@ -75,10 +75,6 @@ GtkWidget* gtk_check_button_new_with_label (const gchar *label);
GDK_AVAILABLE_IN_ALL
GtkWidget* gtk_check_button_new_with_mnemonic (const gchar *label);
void _gtk_check_button_get_props (GtkCheckButton *check_button,
gint *indicator_size,
gint *indicator_spacing);
G_END_DECLS
#endif /* __GTK_CHECK_BUTTON_H__ */