diff options
author | Adam Jackson <ajax@redhat.com> | 2012-09-25 08:54:42 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2012-09-25 08:54:42 -0400 |
commit | 220e06fefe77175d9827954e61549eadda245d9a (patch) | |
tree | a8577444bbe43bb084de2145e5ffbe12bae431c8 | |
parent | cd41eacaeabf8227197d605b055713ca654633d5 (diff) |
Remove mibstore.h
Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r-- | src/mga_driver.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mga_driver.c b/src/mga_driver.c index b3fe538..f4f54a1 100644 --- a/src/mga_driver.c +++ b/src/mga_driver.c @@ -73,9 +73,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" @@ -3408,7 +3405,6 @@ MGAScreenInit(SCREEN_INIT_ARGS_DECL) #endif } - miInitializeBackingStore(pScreen); xf86SetBackingStore(pScreen); xf86SetSilkenMouse(pScreen); |