diff options
Diffstat (limited to 'src/mesa/drivers/dri/i830')
-rw-r--r-- | src/mesa/drivers/dri/i830/i830_screen.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i830/i830_screen.c b/src/mesa/drivers/dri/i830/i830_screen.c index 9d580c78ad1..da4c94d1c32 100644 --- a/src/mesa/drivers/dri/i830/i830_screen.c +++ b/src/mesa/drivers/dri/i830/i830_screen.c @@ -350,8 +350,6 @@ static const struct __DriverAPIRec i830API = { .SwapBuffers = i830SwapBuffers, .MakeCurrent = i830MakeCurrent, .UnbindContext = i830UnbindContext, - .OpenFullScreen = NULL, - .CloseFullScreen = NULL, .GetSwapInfo = NULL, .GetMSC = NULL, .WaitForMSC = NULL, |