diff options
Diffstat (limited to 'hw/xwin/winscrinit.c')
-rw-r--r-- | hw/xwin/winscrinit.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/hw/xwin/winscrinit.c b/hw/xwin/winscrinit.c index a9b061af6..52adba819 100644 --- a/hw/xwin/winscrinit.c +++ b/hw/xwin/winscrinit.c @@ -336,13 +336,6 @@ winFinishScreenInitFB (int index, /* Place our save screen function */ pScreen->SaveScreen = winSaveScreen; - /* Backing store functions */ - /* - * FIXME: Backing store support still doesn't seem to be working. - */ - pScreen->BackingStoreFuncs.SaveAreas = fbSaveAreas; - pScreen->BackingStoreFuncs.RestoreAreas = fbRestoreAreas; - /* Finish fb initialization */ if (!fbFinishScreenInit (pScreen, pScreenInfo->pfb, |