Remove unused _gdk_use_xshm global

This commit is contained in:
Matthias Clasen 2010-12-15 22:45:37 -05:00
parent 021f595a38
commit b938e71e1d
2 changed files with 0 additions and 3 deletions

View File

@ -31,6 +31,4 @@
#include <stdio.h>
gboolean _gdk_use_xshm = TRUE; /* used as a cmd line arg */
gboolean _gdk_synchronize = FALSE;

View 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;