diff options
author | Adam Jackson <ajax@redhat.com> | 2012-09-25 08:54:36 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2012-09-25 08:54:36 -0400 |
commit | 44f04fd3046043ed31369025f34353c4e0e5c1cd (patch) | |
tree | 610aaaa02b68099f8cc39197d56793e6dc6359e6 /src/dummy_driver.c | |
parent | fee6b520a620eed80e22840b8149abc50815f771 (diff) |
Remove mibstore.h
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'src/dummy_driver.c')
-rw-r--r-- | src/dummy_driver.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dummy_driver.c b/src/dummy_driver.c index 62066d6..6062c39 100644 --- a/src/dummy_driver.c +++ b/src/dummy_driver.c @@ -14,9 +14,6 @@ /* All drivers initialising the SW cursor need this */ #include "mipointer.h" -/* All drivers implementing backing store need this */ -#include "mibstore.h" - /* All drivers using the mi colormap manipulation need this */ #include "micmap.h" @@ -617,7 +614,6 @@ DUMMYScreenInit(SCREEN_INIT_ARGS_DECL) , lines - pScrn->virtualY); } - miInitializeBackingStore(pScreen); xf86SetBackingStore(pScreen); xf86SetSilkenMouse(pScreen); |