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

This commit is contained in:
Francois Gouget 2009-02-05 00:20:13 +01:00 committed by Alexandre Julliard
parent 323c94b5fe
commit 930061c252
1 changed files with 0 additions and 9 deletions

View File

@ -263,15 +263,6 @@ void X11DRV_XF86VM_Cleanup(void)
wine_tsx11_unlock(); 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 *****/ /***** GAMMA CONTROL *****/
/* (only available in XF86VidMode 2.x) */ /* (only available in XF86VidMode 2.x) */