summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkmain-x11.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-12-15 18:42:38 -0500
committerMatthias Clasen <mclasen@redhat.com>2010-12-21 12:07:01 -0500
commitd5803fa9b2267447b6070c46c186d7bd1cbb66a4 (patch)
tree429b1da94a924d9891899e1a469044274006bf40 /gdk/x11/gdkmain-x11.c
parent185cdddb0d725891cd016acb1f5b847b2a9294df (diff)
downloadgtk+-d5803fa9b2267447b6070c46c186d7bd1cbb66a4.tar.gz
Get rid of the _gdk_selection_property global
Diffstat (limited to 'gdk/x11/gdkmain-x11.c')
-rw-r--r--gdk/x11/gdkmain-x11.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/x11/gdkmain-x11.c b/gdk/x11/gdkmain-x11.c
index 42be400cde..2ab62764ea 100644
--- a/gdk/x11/gdkmain-x11.c
+++ b/gdk/x11/gdkmain-x11.c
@@ -102,8 +102,6 @@ _gdk_x11_windowing_init (void)
g_queue_init (&gdk_error_traps);
XSetErrorHandler (gdk_x_error);
XSetIOErrorHandler (gdk_x_io_error);
-
- _gdk_selection_property = gdk_atom_intern_static_string ("GDK_SELECTION");
}
GdkGrabStatus