From d51892aff7ea9fd49a29e6bc24333753083e798a Mon Sep 17 00:00:00 2001 From: infirit Date: Sat, 17 May 2014 04:20:10 +0200 Subject: Drop support for gtk+ < 2.24 --- shell/ev-password-view.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'shell/ev-password-view.c') diff --git a/shell/ev-password-view.c b/shell/ev-password-view.c index b6ead823..4b81ed2b 100644 --- a/shell/ev-password-view.c +++ b/shell/ev-password-view.c @@ -255,9 +255,6 @@ ev_password_view_ask_password (EvPasswordView *password_view) action_area = gtk_dialog_get_action_area (dialog); /* Set the dialog up with HIG properties */ -#if !GTK_CHECK_VERSION (3, 0, 0) - gtk_dialog_set_has_separator (dialog, FALSE); -#endif gtk_container_set_border_width (GTK_CONTAINER (dialog), 5); gtk_box_set_spacing (GTK_BOX (content_area), 2); /* 2 * 5 + 2 = 12 */ gtk_container_set_border_width (GTK_CONTAINER (action_area), 5); -- cgit v1.2.1