summaryrefslogtreecommitdiffstats
path: root/patches/source/gtk+2/gtk.xid.nowarningflood.diff
blob: 6b8c854d86538a41fe8937da52f542402e80f72b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- ./gdk/x11/gdkxid.c.orig	2009-12-18 20:54:50.000000000 -0600
+++ ./gdk/x11/gdkxid.c	2010-02-08 14:42:50.000000000 -0600
@@ -57,9 +57,6 @@
     display_x11->xid_ht = g_hash_table_new ((GHashFunc) gdk_xid_hash,
 					    (GEqualFunc) gdk_xid_equal);
 
-  if (g_hash_table_lookup (display_x11->xid_ht, xid))
-    g_warning ("XID collision, trouble ahead");
-
   g_hash_table_insert (display_x11->xid_ht, xid, data);
 }