diff options
author | Timm Bäder <mail@baedert.org> | 2016-10-04 20:16:52 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-10-16 18:17:21 +0200 |
commit | 999d45b4e8cc8874fcbbf2f0ac0fc075081b8583 (patch) | |
tree | 13a5cf53ddab1a8c76707f7e95c8d014505d2c06 /gtk/gtkcheckmenuitem.c | |
parent | 6a6c49369e24b895a51282482daae32ef6f37eea (diff) | |
download | gtk+-999d45b4e8cc8874fcbbf2f0ac0fc075081b8583.tar.gz |
Remove various unused style properties
Diffstat (limited to 'gtk/gtkcheckmenuitem.c')
-rw-r--r-- | gtk/gtkcheckmenuitem.c | 17 |
1 files changed, 0 insertions, 17 deletions
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; |