summaryrefslogtreecommitdiff
path: root/gtk/gtkdialog.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-02-04 12:44:55 -0500
committerMatthias Clasen <mclasen@redhat.com>2019-02-04 12:44:55 -0500
commit51207489813ebef7f143dcded70fab4a3edff612 (patch)
treee45da36bd09946f2dc21d44ab78510bf28c6c6c4 /gtk/gtkdialog.c
parent25e199e7b789894f020ec740ff4a9419207f6a61 (diff)
downloadgtk+-51207489813ebef7f143dcded70fab4a3edff612.tar.gz
Drop GtkButtonBox
This widget does not seem worth keeping, and we want to get rid of child properties.
Diffstat (limited to 'gtk/gtkdialog.c')
-rw-r--r--gtk/gtkdialog.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c
index 3604c592c9..b183f37718 100644
--- a/gtk/gtkdialog.c
+++ b/gtk/gtkdialog.c
@@ -31,7 +31,6 @@
#include "gtkdialog.h"
#include "gtkdialogprivate.h"
#include "gtkheaderbar.h"
-#include "gtkbbox.h"
#include "gtklabel.h"
#include "gtkmarshalers.h"
#include "gtkbox.h"
@@ -389,9 +388,6 @@ apply_response_for_action_area (GtkDialog *dialog,
GtkDialogPrivate *priv = gtk_dialog_get_instance_private (dialog);
g_assert (gtk_widget_get_parent (child) == priv->action_area);
-
- if (response_id == GTK_RESPONSE_HELP)
- gtk_button_box_set_child_secondary (GTK_BUTTON_BOX (priv->action_area), child, TRUE);
}
static void