Module: wine Branch: master Commit: f4b41eeb17e99d52d7dacca468c915069983c8b4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f4b41eeb17e99d52d7dacca468...
Author: Ken Thomases ken@codeweavers.com Date: Wed Jan 15 13:47:16 2014 -0600
winemac: Eliminate unused "hdc" field of OpenGL context structure.
---
dlls/winemac.drv/opengl.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/dlls/winemac.drv/opengl.c b/dlls/winemac.drv/opengl.c index ad520fa..48fe4b7 100644 --- a/dlls/winemac.drv/opengl.c +++ b/dlls/winemac.drv/opengl.c @@ -56,7 +56,6 @@ static struct gl_info gl_info;
struct wgl_context { - HDC hdc; int format; macdrv_opengl_context context; CGLContextObj cglcontext;