From: Marvin Schmidt Date: Thu, 11 Oct 2012 18:02:47 +0000 (+0200) Subject: st/xorg: Remove superfluous miInitializeBackingStore() call X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a7c5be098aee3a8228cbd95558bac29cb7ff6a3d;p=mesa.git 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 --- diff --git a/src/gallium/state_trackers/xorg/xorg_driver.c b/src/gallium/state_trackers/xorg/xorg_driver.c index 1b0b4c6b7a0..69038d9ef47 100644 --- a/src/gallium/state_trackers/xorg/xorg_driver.c +++ b/src/gallium/state_trackers/xorg/xorg_driver.c @@ -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());