From 999d45b4e8cc8874fcbbf2f0ac0fc075081b8583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Tue, 4 Oct 2016 20:16:52 +0200 Subject: Remove various unused style properties --- gtk/gtkcheckmenuitem.c | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'gtk/gtkcheckmenuitem.c') diff --git a/gtk/gtkcheckmenuitem.c b/gtk/gtkcheckmenuitem.c index b3b32d2790..44dc2a7297 100644 --- a/gtk/gtkcheckmenuitem.c +++ b/gtk/gtkcheckmenuitem.c @@ -227,23 +227,6 @@ gtk_check_menu_item_class_init (GtkCheckMenuItemClass *klass) FALSE, GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY)); - /** - * GtkCheckMenuItem:indicator-size: - * - * The size of the check or radio indicator. - * - * Deprecated: 3.20: Use the standard CSS property min-width on the check or - * radio nodes; the value of this style property is ignored. - */ - gtk_widget_class_install_style_property (widget_class, - g_param_spec_int ("indicator-size", - P_("Indicator Size"), - P_("Size of check or radio indicator"), - 0, - G_MAXINT, - INDICATOR_SIZE, - GTK_PARAM_READABLE|G_PARAM_DEPRECATED)); - widget_class->draw = gtk_check_menu_item_draw; menu_item_class->activate = gtk_check_menu_item_activate; -- cgit v1.2.1