summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2016-10-14 21:14:18 +0200
committerBenjamin Otte <otte@redhat.com>2016-10-18 00:29:19 +0200
commit1b2f291c1dbacd0b1d1cc51f416a3823a801f8ad (patch)
tree9ed3fb7d34d0882092c1be7176aae5f8870837bd /tests
parentbe2f19663bf9c1ead35fa69aee0292842ceada97 (diff)
downloadgtk+-1b2f291c1dbacd0b1d1cc51f416a3823a801f8ad.tar.gz
messagedialog: Remove deprecated API
Diffstat (limited to 'tests')
-rw-r--r--tests/testdialog.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/testdialog.c b/tests/testdialog.c
index df36f0fc28..0b90b69387 100644
--- a/tests/testdialog.c
+++ b/tests/testdialog.c
@@ -35,10 +35,6 @@ show_message_dialog1a (GtkWindow *parent)
image = gtk_image_new_from_icon_name ("computer-fail", GTK_ICON_SIZE_DIALOG);
gtk_widget_show (image);
- G_GNUC_BEGIN_IGNORE_DEPRECATIONS;
- gtk_message_dialog_set_image (GTK_MESSAGE_DIALOG (dialog), image);
- G_GNUC_END_IGNORE_DEPRECATIONS;
-
gtk_dialog_run (GTK_DIALOG (dialog));
gtk_widget_destroy (dialog);