st/xorg: Remove superfluous miInitializeBackingStore() call

It was defined as an empty function since Nov 2010 and was ultimately
removed completely.

See xserver commit 1cb0261

Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
This commit is contained in:
Marvin Schmidt 2012-10-11 20:02:47 +02:00 committed by Michel Dänzer
parent 0a66ced8f8
commit a7c5be098a
1 changed files with 0 additions and 1 deletions

View File

@ -852,7 +852,6 @@ drv_screen_init(SCREEN_INIT_ARGS_DECL)
xf86DrvMsg(pScrn->scrnIndex, X_INFO, "##################################\n");
miInitializeBackingStore(pScreen);
xf86SetBackingStore(pScreen);
xf86SetSilkenMouse(pScreen);
miDCInitialize(pScreen, xf86GetPointerScreenFuncs());