mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-13 04:10:13 +00:00
separator: Remove unnecessary code
gtk_widget_update_orientation already sets the accessible property, no need to do it again.
This commit is contained in:
parent
d3089ebbc2
commit
b9ae54c951
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user