mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
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:
parent
0a66ced8f8
commit
a7c5be098a
1 changed files with 0 additions and 1 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue