From b9ae54c95113b7ebfb01ae26bfe83e9301cb7a22 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 21 Oct 2020 16:35:05 -0400 Subject: [PATCH] separator: Remove unnecessary code gtk_widget_update_orientation already sets the accessible property, no need to do it again. --- gtk/gtkseparator.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gtk/gtkseparator.c b/gtk/gtkseparator.c index c6b391fe8f..fe9ac58437 100644 --- a/gtk/gtkseparator.c +++ b/gtk/gtkseparator.c @@ -139,9 +139,6 @@ gtk_separator_init (GtkSeparator *separator) gtk_widget_update_orientation (GTK_WIDGET (separator), separator->orientation); - gtk_accessible_update_property (GTK_ACCESSIBLE (separator), - GTK_ACCESSIBLE_PROPERTY_ORIENTATION, separator->orientation, - -1); } static void