]> Pileus Git - ~andy/gtk/commitdiff
Remove unused _gdk_use_xshm global
authorMatthias Clasen <mclasen@redhat.com>
Thu, 16 Dec 2010 03:45:37 +0000 (22:45 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 21 Dec 2010 17:07:01 +0000 (12:07 -0500)
gdk/x11/gdkglobals-x11.c
gdk/x11/gdkprivate-x11.h

index d9e900e6350e167b69a0c45992bd3de45494d93b..15144e744f29667478f4c2c0c79c8260a6ae624a 100644 (file)
@@ -31,6 +31,4 @@
 
 #include <stdio.h>
 
-
-gboolean          _gdk_use_xshm = TRUE;  /* used as a cmd line arg */
 gboolean          _gdk_synchronize = FALSE;
index ccb2a56900a9bd1b88caf67dba421844b3db05d3..5fb3b8a42492b0654e5cb7d0c7fdb3feee8a2906 100644 (file)
@@ -217,7 +217,6 @@ cairo_surface_t * _gdk_x11_window_create_bitmap_surface (GdkWindow *window,
                                                          int        width,
                                                          int        height);
 
-extern gboolean          _gdk_use_xshm;
 extern const gint        _gdk_x11_event_mask_table[];
 extern const gint        _gdk_x11_event_mask_table_size;
 extern GdkAtom           _gdk_selection_property;