From 8f980b0e748f7c5a49e75c00ef4fa0b077d78197 Mon Sep 17 00:00:00 2001 From: Jon Smirl Date: Thu, 3 Jun 2004 02:34:31 +0000 Subject: Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd out --- src/mesa/drivers/dri/mga/mga_xmesa.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/mesa/drivers/dri/mga/mga_xmesa.c') diff --git a/src/mesa/drivers/dri/mga/mga_xmesa.c b/src/mesa/drivers/dri/mga/mga_xmesa.c index 358c599eba..e0f3a024fc 100644 --- a/src/mesa/drivers/dri/mga/mga_xmesa.c +++ b/src/mesa/drivers/dri/mga/mga_xmesa.c @@ -814,13 +814,6 @@ mgaUnbindContext(__DRIcontextPrivate *driContextPriv) return GL_TRUE; } -static GLboolean -mgaOpenCloseFullScreen(__DRIcontextPrivate *driContextPriv) -{ - return GL_TRUE; -} - - /* This looks buggy to me - the 'b' variable isn't used anywhere... * Hmm - It seems that the drawable is already hooked in to * driDrawablePriv. @@ -906,8 +899,6 @@ static const struct __DriverAPIRec mgaAPI = { .SwapBuffers = mgaSwapBuffers, .MakeCurrent = mgaMakeCurrent, .UnbindContext = mgaUnbindContext, - .OpenFullScreen = mgaOpenCloseFullScreen, - .CloseFullScreen = mgaOpenCloseFullScreen, .GetSwapInfo = getSwapInfo, .GetMSC = driGetMSC32, .WaitForMSC = driWaitForMSC32, -- cgit v1.2.3