summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2012-09-25 08:54:44 -0400
committerAdam Jackson <ajax@redhat.com>2012-09-25 08:54:44 -0400
commit005d61313e989bf054b1cc2190f1c743362d86ff (patch)
tree4b1e0c21d92fb97d69e4aaa28287c157be7ed5c7
parentbc78be1c268d02c91926425cdf09ba1f7f1e3879 (diff)
Remove mibstore.h
Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r--src/neo_driver.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/neo_driver.c b/src/neo_driver.c
index ce89ce0..a17b925 100644
--- a/src/neo_driver.c
+++ b/src/neo_driver.c
@@ -69,9 +69,6 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/* 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"
@@ -1618,7 +1615,6 @@ NEOScreenInit(SCREEN_INIT_ARGS_DECL)
"Acceleration %s Initialized\n",ret ? "" : "not");
}
- miInitializeBackingStore(pScreen);
xf86SetBackingStore(pScreen);
xf86SetSilkenMouse(pScreen);