winemac: Eliminate unused "hdc" field of OpenGL context structure.
This commit is contained in:
parent
fbf2e243fe
commit
f4b41eeb17
|
@ -56,7 +56,6 @@ static struct gl_info gl_info;
|
|||
|
||||
struct wgl_context
|
||||
{
|
||||
HDC hdc;
|
||||
int format;
|
||||
macdrv_opengl_context context;
|
||||
CGLContextObj cglcontext;
|
||||
|
|
Loading…
Reference in New Issue