summaryrefslogtreecommitdiff
path: root/gtk/gtkseparator.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkseparator.c')
-rw-r--r--gtk/gtkseparator.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkseparator.c b/gtk/gtkseparator.c
index 16cde5d510..97050fa653 100644
--- a/gtk/gtkseparator.c
+++ b/gtk/gtkseparator.c
@@ -129,8 +129,6 @@ gtk_separator_init (GtkSeparator *separator)
priv->orientation = GTK_ORIENTATION_HORIZONTAL;
- gtk_widget_set_has_surface (GTK_WIDGET (separator), FALSE);
-
_gtk_orientable_set_style_classes (GTK_ORIENTABLE (separator));
}