Commit f4b41eeb authored by Ken Thomases's avatar Ken Thomases Committed by Alexandre Julliard

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

parent fbf2e243
...@@ -56,7 +56,6 @@ static struct gl_info gl_info; ...@@ -56,7 +56,6 @@ static struct gl_info gl_info;
struct wgl_context struct wgl_context
{ {
HDC hdc;
int format; int format;
macdrv_opengl_context context; macdrv_opengl_context context;
CGLContextObj cglcontext; CGLContextObj cglcontext;
......
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