summaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
authorMarvin Schmidt <[email protected]>2012-10-11 20:02:47 +0200
committerMichel Dänzer <[email protected]>2012-10-30 11:36:31 +0100
commita7c5be098aee3a8228cbd95558bac29cb7ff6a3d (patch)
tree291958d3fdc266c1ea8426b678e50cbf2041ef8c /src/gallium
parent0a66ced8f822b0d5478b0cd6d72c1a6ad70647a2 (diff)
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 <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/state_trackers/xorg/xorg_driver.c1
1 files changed, 0 insertions, 1 deletions
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());