From 601839c8251950e6ac8f66ae225f8143e08e3867 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timm=20B=C3=A4der?= <mail@baedert.org>
Date: Tue, 4 Oct 2016 19:53:36 +0200
Subject: Remove various sizing related style properties

---
 gtk/gtkmenuitem.c | 33 ---------------------------------
 1 file changed, 33 deletions(-)

(limited to 'gtk/gtkmenuitem.c')

diff --git a/gtk/gtkmenuitem.c b/gtk/gtkmenuitem.c
index c9e2e919f7..dcd8dd7956 100644
--- a/gtk/gtkmenuitem.c
+++ b/gtk/gtkmenuitem.c
@@ -881,39 +881,6 @@ gtk_menu_item_class_init (GtkMenuItemClass *klass)
                                                              10,
                                                              GTK_PARAM_READABLE|G_PARAM_DEPRECATED));
 
-  /**
-   * GtkMenuItem:arrow-scaling:
-   *
-   * Amount of space used up by the arrow, relative to the menu item's font
-   * size.
-   *
-   * Deprecated: 3.20: use the standard min-width/min-height CSS properties on
-   *   the arrow node; the value of this style property is ignored.
-   */
-  gtk_widget_class_install_style_property (widget_class,
-                                           g_param_spec_float ("arrow-scaling",
-                                                               P_("Arrow Scaling"),
-                                                               P_("Amount of space used up by arrow, relative to the menu item's font size"),
-                                                               0.0, 2.0, 0.8,
-                                                               GTK_PARAM_READABLE|G_PARAM_DEPRECATED));
-
-  /**
-   * GtkMenuItem:width-chars:
-   *
-   * The minimum desired width of the menu item in characters.
-   *
-   * Since: 2.14
-   *
-   * Deprecated: 3.20: Use the standard CSS property min-width; the value of
-   *     this style property is ignored.
-   */
-  gtk_widget_class_install_style_property (widget_class,
-                                           g_param_spec_int ("width-chars",
-                                                             P_("Width in Characters"),
-                                                             P_("The minimum desired width of the menu item in characters"),
-                                                             0, G_MAXINT, 12,
-                                                             GTK_PARAM_READABLE|G_PARAM_DEPRECATED));
-
   gtk_widget_class_set_accessible_type (widget_class, GTK_TYPE_MENU_ITEM_ACCESSIBLE);
   gtk_widget_class_set_css_name (widget_class, "menuitem");
 
-- 
cgit v1.2.1