forked from AuroraMiddleware/gtk
wayland: Remove unused member from struct
This commit is contained in:
parent
a820962b2b
commit
a8d03c9970
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user