summaryrefslogtreecommitdiff
path: root/gtk/gtkmountoperation.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2016-10-04 10:03:52 +0200
committerBenjamin Otte <otte@redhat.com>2016-10-16 18:17:21 +0200
commit3b336dda733f2978e7c4d30caf5b9217b1f53776 (patch)
tree99313512df22095b41fef1c0485f8d172892dd62 /gtk/gtkmountoperation.c
parent2acc31b46aaabb2e4da71a29b1c30cb5d186d487 (diff)
downloadgtk+-3b336dda733f2978e7c4d30caf5b9217b1f53776.tar.gz
dialog: Remove alternative button order API
Diffstat (limited to 'gtk/gtkmountoperation.c')
-rw-r--r--gtk/gtkmountoperation.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk/gtkmountoperation.c b/gtk/gtkmountoperation.c
index 8c2893f087..83408448e8 100644
--- a/gtk/gtkmountoperation.c
+++ b/gtk/gtkmountoperation.c
@@ -547,12 +547,6 @@ G_GNUC_END_IGNORE_DEPRECATIONS
NULL);
gtk_dialog_set_default_response (dialog, GTK_RESPONSE_OK);
-G_GNUC_BEGIN_IGNORE_DEPRECATIONS
- gtk_dialog_set_alternative_button_order (dialog,
- GTK_RESPONSE_OK,
- GTK_RESPONSE_CANCEL,
- -1);
-G_GNUC_END_IGNORE_DEPRECATIONS
/* Build contents */
hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 12);