glx: Remove unused assignment

This commit is contained in:
Benjamin Otte 2021-10-22 20:47:26 +02:00
parent b2f9a907ce
commit 373ca2389a

View File

@ -220,8 +220,6 @@ gdk_x11_gl_context_glx_make_current (GdkGLContext *context,
GdkSurface *surface;
GLXWindow drawable;
drawable = gdk_x11_gl_context_glx_get_drawable (self);
if (!surfaceless)
surface = gdk_gl_context_get_surface (context);
else