summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-03-01 12:32:50 -0500
committerMatthias Clasen <mclasen@redhat.com>2020-03-12 14:56:20 -0400
commit8ea80801b41ed95f30e3d9a52e28575245a3ad93 (patch)
treeb901a4cb38a3838dc951fff97221ba62c541228a /tests
parentf7aec64e6f8af8459bd1f46461ced28abe05bd77 (diff)
downloadgtk+-8ea80801b41ed95f30e3d9a52e28575245a3ad93.tar.gz
testgtk: Stop using gdk_surface_set_icon_name
Its not useful api, and will disappear.
Diffstat (limited to 'tests')
-rw-r--r--tests/testgtk.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/testgtk.c b/tests/testgtk.c
index d160d68073..67f649b1aa 100644
--- a/tests/testgtk.c
+++ b/tests/testgtk.c
@@ -4682,8 +4682,6 @@ create_wmhints (GtkWidget *widget)
g_object_unref (texture);
g_object_unref (pixbuf);
- gdk_surface_set_icon_name (gdk_surface, "WMHints Test Icon");
-
gdk_surface_set_decorations (gdk_surface, GDK_DECOR_ALL | GDK_DECOR_MENU);
gdk_surface_set_functions (gdk_surface, GDK_FUNC_ALL | GDK_FUNC_RESIZE);