diff options
author | Adam Jackson <ajax@redhat.com> | 2012-09-25 08:55:03 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2012-09-25 08:55:03 -0400 |
commit | 60d2dc115c4b6210d3b1e05f5b0c39d1f7917cbc (patch) | |
tree | 4b5757807ac7a63de1ebdafd403a48953796a955 | |
parent | 7aafaf56fbca97f36c775462c1ceea3e03700c42 (diff) | |
download | xorg-driver-xf86-video-vesa-60d2dc115c4b6210d3b1e05f5b0c39d1f7917cbc.tar.gz |
Remove mibstore.h
Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r-- | src/vesa.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 */ |