diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-09-26 15:02:17 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-09-26 15:02:17 +0100 |
commit | 557ad78d02dfff3db9e7fc21f05230a8fe482f7c (patch) | |
tree | a471731ba12c1e981c362c561345668e2cea4612 /src/intel_driver.c | |
parent | 367f57faf2c422da026a25c099426dc750cf3759 (diff) |
Kill mibstore pretend backwards compatibility
Adam Jackson was kind enough to point out that mibstore had been a no-op
since xorg-1.4 and the earliest we claim to support is xorg-1.6.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel_driver.c')
-rw-r--r-- | src/intel_driver.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel_driver.c b/src/intel_driver.c index ec887aad..f338a369 100644 --- a/src/intel_driver.c +++ b/src/intel_driver.c @@ -960,7 +960,6 @@ I830ScreenInit(SCREEN_INIT_ARGS_DECL) return FALSE; } - miInitializeBackingStore(screen); xf86SetBackingStore(screen); xf86SetSilkenMouse(screen); miDCInitialize(screen, xf86GetPointerScreenFuncs()); |