summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2013-01-09 22:21:52 -0500
committerAdam Jackson <ajax@redhat.com>2013-01-09 22:21:52 -0500
commit084aa23643bf4245c917e3d672576bc9e5717017 (patch)
treea4be61d4e70c20f860992f2d467c8fc75c29f5cd
parentc754f573590b74b16d0deb9f86d6505bffa028bf (diff)
Remove mibstore.h
Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r--src/i740_driver.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/i740_driver.c b/src/i740_driver.c
index 1c82198..7c1051d 100644
--- a/src/i740_driver.c
+++ b/src/i740_driver.c
@@ -63,10 +63,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "compiler.h"
-/* Drivers using the mi implementation of backing store need: */
-
-#include "mibstore.h"
-
/* All drivers using the vgahw module need this */
/* This driver needs to be modified to not use vgaHW for multihead operation */
#include "vgaHW.h"
@@ -1558,7 +1554,6 @@ I740ScreenInit(SCREEN_INIT_ARGS_DECL) {
}
}
- miInitializeBackingStore(pScreen);
xf86SetBackingStore(pScreen);
xf86SetSilkenMouse(pScreen);