diff options
author | Rob Bradford <rob@linux.intel.com> | 2012-04-04 11:40:52 +0100 |
---|---|---|
committer | Rob Bradford <rob@linux.intel.com> | 2012-04-16 14:12:51 +0100 |
commit | a8d03c9970334c3bdbebfede9bca010f607fa4af (patch) | |
tree | c8247c8e58b05f72a214342f61464b37b2c1ff08 /gdk | |
parent | a820962b2b5754b465884c8d2ffe1fff4f617ba4 (diff) | |
download | gtk+-a8d03c9970334c3bdbebfede9bca010f607fa4af.tar.gz |
wayland: Remove unused member from struct
Diffstat (limited to 'gdk')
-rw-r--r-- | gdk/wayland/gdkwindow-wayland.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdk/wayland/gdkwindow-wayland.c b/gdk/wayland/gdkwindow-wayland.c index 4f56ccbd36..b2d90af9ed 100644 --- a/gdk/wayland/gdkwindow-wayland.c +++ b/gdk/wayland/gdkwindow-wayland.c @@ -113,7 +113,6 @@ struct _GdkWindowImplWayland */ cairo_surface_t *server_surface; - GLuint texture; uint32_t resize_edges; int focus_count; @@ -866,9 +865,6 @@ gdk_wayland_window_destroy (GdkWindow *window, NULL, NULL); } - if (impl->texture) - glDeleteTextures(1, &impl->texture); - if (!recursing && !foreign_destroy) { if (GDK_WINDOW_IMPL_WAYLAND (window->impl)->surface) |