winex11.drv: X11DRV_XF86VM_SetExclusiveMode() is unused so remove it.

Francois Gouget fgouget at free.fr
Wed Feb 4 17:20:13 CST 2009


---

The prototype that was in xvidmode.h has been removed already.

 dlls/winex11.drv/xvidmode.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/dlls/winex11.drv/xvidmode.c b/dlls/winex11.drv/xvidmode.c
index 19b9909..b178d26 100644
--- a/dlls/winex11.drv/xvidmode.c
+++ b/dlls/winex11.drv/xvidmode.c
@@ -263,15 +263,6 @@ void X11DRV_XF86VM_Cleanup(void)
   wine_tsx11_unlock();
 }
 
-void X11DRV_XF86VM_SetExclusiveMode(int lock)
-{
-  if (!dd_modes) return; /* no XVidMode */
-
-  wine_tsx11_lock();
-  pXF86VidModeLockModeSwitch(gdi_display, DefaultScreen(gdi_display), lock);
-  wine_tsx11_unlock();
-}
-
 /***** GAMMA CONTROL *****/
 /* (only available in XF86VidMode 2.x) */
 
-- 
1.5.6.5




More information about the wine-patches mailing list