From 1600fa4abec583748d1dc8ac60bde4d8984f8460 Mon Sep 17 00:00:00 2001 From: infirit Date: Sat, 17 May 2014 23:53:32 +0200 Subject: Remove all calls to gtk_dialog_set_has_separator --- capplet/gsm-app-dialog.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'capplet/gsm-app-dialog.c') diff --git a/capplet/gsm-app-dialog.c b/capplet/gsm-app-dialog.c index 133342c..464bd1f 100644 --- a/capplet/gsm-app-dialog.c +++ b/capplet/gsm-app-dialog.c @@ -182,9 +182,6 @@ setup_dialog (GsmAppDialog *dialog) gtk_container_add (GTK_CONTAINER (content_area), widget); gtk_container_set_border_width (GTK_CONTAINER (dialog), 6); -#if !GTK_CHECK_VERSION (3, 0, 0) - gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE); -#endif gtk_window_set_icon_name (GTK_WINDOW (dialog), "mate-session-properties"); g_object_set (dialog, -- cgit v1.2.1