wayland: Remove unused member from struct

This commit is contained in:
Rob Bradford 2012-04-04 11:40:52 +01:00
parent a820962b2b
commit a8d03c9970

View File

@ -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)