summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2012-09-25 08:55:02 -0400
committerAdam Jackson <ajax@redhat.com>2012-09-25 08:55:02 -0400
commitd2d5c8437e401181f56804cc68594c4831a0983d (patch)
treee409e39a42ff5ac84e75b277e807da3c8efc2570
parent2e63ac11b4bb2670c2a29ef256624152d0101469 (diff)
Remove mibstore.h
Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r--src/tseng_driver.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tseng_driver.c b/src/tseng_driver.c
index ffafb19..0db62e5 100644
--- a/src/tseng_driver.c
+++ b/src/tseng_driver.c
@@ -39,9 +39,6 @@
/* All drivers initialising the SW cursor need this */
#include "mipointer.h"
-/* All drivers implementing backing store need this */
-#include "mibstore.h"
-
#include "fb.h"
#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6
@@ -1453,7 +1450,6 @@ TsengScreenInit(SCREEN_INIT_ARGS_DECL)
}
}
- miInitializeBackingStore(pScreen);
xf86SetSilkenMouse(pScreen);
/* Initialise cursor functions */
miDCInitialize(pScreen, xf86GetPointerScreenFuncs());