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

Alexandre Julliard julliard at winehq.org
Thu Jan 16 14:52:27 CST 2014


Module: wine
Branch: master
Commit: f4b41eeb17e99d52d7dacca468c915069983c8b4
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f4b41eeb17e99d52d7dacca468c915069983c8b4

Author: Ken Thomases <ken at 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;




More information about the wine-cvs mailing list