winemac: Eliminate unused "hdc" field of OpenGL context structure.

This commit is contained in:
Ken Thomases 2014-01-15 13:47:16 -06:00 committed by Alexandre Julliard
parent fbf2e243fe
commit f4b41eeb17
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ static struct gl_info gl_info;
struct wgl_context
{
HDC hdc;
int format;
macdrv_opengl_context context;
CGLContextObj cglcontext;