summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2012-09-25 10:44:32 -0400
committerAdam Jackson <ajax@redhat.com>2012-09-25 10:44:32 -0400
commit302b5da84b4890c067f5f7e8b0f4e689909bbb51 (patch)
treee6f3e04e081059a963ddc6e7c59766c965ac0654
parent20f3830ddf868c0d1a46c18fa381585c076bfb8d (diff)
Remove mibstore.h
Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r--src/nv_driver.c1
-rw-r--r--src/nv_include.h3
2 files changed, 0 insertions, 4 deletions
diff --git a/src/nv_driver.c b/src/nv_driver.c
index 271f641..9b5b9d6 100644
--- a/src/nv_driver.c
+++ b/src/nv_driver.c
@@ -1283,7 +1283,6 @@ NVScreenInit(SCREEN_INIT_ARGS_DECL)
if (!pNv->NoAccel && !nouveau_exa_init(pScreen))
return FALSE;
- miInitializeBackingStore(pScreen);
xf86SetBackingStore(pScreen);
xf86SetSilkenMouse(pScreen);
diff --git a/src/nv_include.h b/src/nv_include.h
index 3984227..de55570 100644
--- a/src/nv_include.h
+++ b/src/nv_include.h
@@ -27,9 +27,6 @@
/* All drivers initialising the SW cursor need this */
#include "mipointer.h"
-/* All drivers implementing backing store need this */
-#include "mibstore.h"
-
#include "micmap.h"
#include "xf86DDC.h"