diff options
Diffstat (limited to 'driver/xf86-video-i740/src')
-rw-r--r-- | driver/xf86-video-i740/src/i740_driver.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/driver/xf86-video-i740/src/i740_driver.c b/driver/xf86-video-i740/src/i740_driver.c index 1c8219885..7c1051d5b 100644 --- a/driver/xf86-video-i740/src/i740_driver.c +++ b/driver/xf86-video-i740/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); |