diff options
Diffstat (limited to 'hw/xgl/xglscreen.c')
-rw-r--r-- | hw/xgl/xglscreen.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/xgl/xglscreen.c b/hw/xgl/xglscreen.c index 5ad9091ca..e46869770 100644 --- a/hw/xgl/xglscreen.c +++ b/hw/xgl/xglscreen.c @@ -253,9 +253,6 @@ xglScreenInit (ScreenPtr pScreen) } #endif - XGL_SCREEN_WRAP (BackingStoreFuncs.SaveAreas, xglSaveAreas); - XGL_SCREEN_WRAP (BackingStoreFuncs.RestoreAreas, xglRestoreAreas); - if (!fbCreateDefColormap (pScreen)) return FALSE; |