=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: winex11.drv: Remove unused code ( Clang).

Alexandre Julliard julliard at wine.codeweavers.com
Thu Dec 4 16:01:09 CST 2014


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Wed Dec  3 23:53:52 2014 +0100

winex11.drv: Remove unused code (Clang).

---

 dlls/winex11.drv/opengl.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/dlls/winex11.drv/opengl.c b/dlls/winex11.drv/opengl.c
index cf5d440..7b8ba82 100644
--- a/dlls/winex11.drv/opengl.c
+++ b/dlls/winex11.drv/opengl.c
@@ -272,13 +272,6 @@ static XContext gl_hwnd_context;
 /* X context to associate a struct gl_drawable to a pbuffer hdc */
 static XContext gl_pbuffer_context;
 
-static const struct gdi_dc_funcs glxdrv_funcs;
-
-static inline struct glx_physdev *get_glxdrv_dev( PHYSDEV dev )
-{
-    return (struct glx_physdev *)dev;
-}
-
 static struct list context_list = LIST_INIT( context_list );
 static struct WineGLInfo WineGLInfo = { 0 };
 static struct wgl_pixel_format *pixel_formats;




More information about the wine-cvs mailing list