summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2012-09-25 08:55:03 -0400
committerAdam Jackson <ajax@redhat.com>2012-09-25 08:55:03 -0400
commit60d2dc115c4b6210d3b1e05f5b0c39d1f7917cbc (patch)
tree4b5757807ac7a63de1ebdafd403a48953796a955
parent7aafaf56fbca97f36c775462c1ceea3e03700c42 (diff)
downloadxorg-driver-xf86-video-vesa-60d2dc115c4b6210d3b1e05f5b0c39d1f7917cbc.tar.gz
Remove mibstore.h
Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r--src/vesa.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/vesa.c b/src/vesa.c
index 11cd26c..b73d104 100644
--- a/src/vesa.c
+++ b/src/vesa.c
@@ -49,9 +49,6 @@
/* All drivers initialising the SW cursor need this */
#include "mipointer.h"
-/* All drivers implementing backing store need this */
-#include "mibstore.h"
-
/* Colormap handling */
#include "micmap.h"
#include "xf86cmap.h"
@@ -1081,7 +1078,6 @@ VESAScreenInit(SCREEN_INIT_ARGS_DECL)
VESADGAInit(pScrn, pScreen);
xf86SetBlackWhitePixels(pScreen);
- miInitializeBackingStore(pScreen);
xf86SetBackingStore(pScreen);
/* software cursor */