diff options
author | Benjamin Otte <otte@redhat.com> | 2010-11-23 01:09:22 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-12-02 20:21:03 +0100 |
commit | 9d2abf81d22208d1e6e202b9ff79183a98dffe7e (patch) | |
tree | 0856389e85e987000049b975386aeaac1631a4d6 /gdk | |
parent | 1215f70e23aa0b21bec4c26acbab5374fd807f75 (diff) | |
download | gtk+-9d2abf81d22208d1e6e202b9ff79183a98dffe7e.tar.gz |
x11: Remove outdated variable definition
Diffstat (limited to 'gdk')
-rw-r--r-- | gdk/x11/gdkprivate-x11.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk/x11/gdkprivate-x11.h b/gdk/x11/gdkprivate-x11.h index f79c9632b7..163093f7cc 100644 --- a/gdk/x11/gdkprivate-x11.h +++ b/gdk/x11/gdkprivate-x11.h @@ -143,7 +143,6 @@ cairo_surface_t * _gdk_x11_window_create_bitmap_surface (GdkWindow *window, int width, int height); -extern GdkDrawableClass _gdk_x11_drawable_class; extern gboolean _gdk_use_xshm; extern const int _gdk_nenvent_masks; extern const int _gdk_event_mask_table[]; |