summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2012-09-25 08:54:34 -0400
committerAdam Jackson <ajax@redhat.com>2012-09-25 08:54:34 -0400
commit151a1ec855a9ada44907cb6bef06a71e9080504b (patch)
tree55f895ff5569b1effa5b710d66b6ba374fc9fc2c
parentbde65934fe8b40a5fdc8a469d0355caca59e81b5 (diff)
Remove mibstore.h
Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r--src/ct_driver.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ct_driver.c b/src/ct_driver.c
index 6f3a5d4..effbc60 100644
--- a/src/ct_driver.c
+++ b/src/ct_driver.c
@@ -96,9 +96,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 banking wrapper need this */
#ifdef HAVE_ISA
#include "mibank.h"
@@ -4145,7 +4142,6 @@ CHIPSScreenInit(SCREEN_INIT_ARGS_DECL)
pBankInfo = NULL;
return FALSE;
}
- miInitializeBackingStore(pScreen);
xf86SetBackingStore(pScreen);
/* Initialise cursor functions */
@@ -4296,7 +4292,6 @@ CHIPSScreenInit(SCREEN_INIT_ARGS_DECL)
}
}
- miInitializeBackingStore(pScreen);
xf86SetBackingStore(pScreen);
#ifdef ENABLE_SILKEN_MOUSE
xf86SetSilkenMouse(pScreen);