diff options
Diffstat (limited to 'shell/ev-properties-dialog.c')
-rw-r--r-- | shell/ev-properties-dialog.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/ev-properties-dialog.c b/shell/ev-properties-dialog.c index cefedbd6..03430759 100644 --- a/shell/ev-properties-dialog.c +++ b/shell/ev-properties-dialog.c @@ -61,9 +61,6 @@ ev_properties_dialog_init (EvPropertiesDialog *properties) gtk_window_set_title (GTK_WINDOW (properties), _("Properties")); gtk_window_set_destroy_with_parent (GTK_WINDOW (properties), TRUE); -#if !GTK_CHECK_VERSION (3, 0, 0) - gtk_dialog_set_has_separator (GTK_DIALOG (properties), FALSE); -#endif gtk_container_set_border_width (GTK_CONTAINER (properties), 5); gtk_box_set_spacing (content_area, 2); |