Commit 3bddfebe authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winex11.drv: Remove unused code (Clang).

parent d12e65af
......@@ -272,13 +272,6 @@ static XContext gl_hwnd_context;
/* X context to associate a struct gl_drawable to a pbuffer hdc */
static XContext gl_pbuffer_context;
static const struct gdi_dc_funcs glxdrv_funcs;
static inline struct glx_physdev *get_glxdrv_dev( PHYSDEV dev )
{
return (struct glx_physdev *)dev;
}
static struct list context_list = LIST_INIT( context_list );
static struct WineGLInfo WineGLInfo = { 0 };
static struct wgl_pixel_format *pixel_formats;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment