Francois Gouget : winex11.drv: X11DRV_XF86VM_SetExclusiveMode() is unused so remove it.
Module: wine Branch: master Commit: 930061c2523a7d613532d4f01bebbb7e533d11c2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=930061c2523a7d613532d4f01b... Author: Francois Gouget <fgouget(a)free.fr> Date: Thu Feb 5 00:20:13 2009 +0100 winex11.drv: X11DRV_XF86VM_SetExclusiveMode() is unused so remove it. --- 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) */
participants (1)
-
Alexandre Julliard