summaryrefslogtreecommitdiff
path: root/vmwgfx/vmwgfx_driver.c
diff options
context:
space:
mode:
authorZack Rusin <zackr@vmware.com>2013-02-14 14:33:01 -0800
committerZack Rusin <zackr@vmware.com>2013-02-14 20:48:57 -0800
commit23d87c92b7211cc5249eefe4ab3a2c7f370e279e (patch)
treeb3582bccf9717c013c8616e6df893eb598b2d3b6 /vmwgfx/vmwgfx_driver.c
parent686859fba16ed2616c38bbe5d4e38abf4c5b7ae9 (diff)
Kill mibstore
It was a noop for at least 5 years and it has been removed. Signed-off-by: Zack Rusin <zackr@vmware.com>
Diffstat (limited to 'vmwgfx/vmwgfx_driver.c')
-rw-r--r--vmwgfx/vmwgfx_driver.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vmwgfx/vmwgfx_driver.c b/vmwgfx/vmwgfx_driver.c
index 9959ffb..7863ba2 100644
--- a/vmwgfx/vmwgfx_driver.c
+++ b/vmwgfx/vmwgfx_driver.c
@@ -1036,7 +1036,6 @@ drv_screen_init(SCREEN_INIT_ARGS_DECL)
(ms->only_hw_presents) ? "enabled" : "disabled");
}
- miInitializeBackingStore(pScreen);
xf86SetBackingStore(pScreen);
xf86SetSilkenMouse(pScreen);
miDCInitialize(pScreen, xf86GetPointerScreenFuncs());