Remove mibstore.h

Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Adam Jackson
2012-09-25 08:54:36 -04:00
parent aa90165761
commit 5fcb3b0187
2 changed files with 0 additions and 10 deletions

View File

@@ -39,9 +39,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"
/* Needed by the Shadow Framebuffer */
@@ -1617,8 +1614,6 @@ AlpScreenInit(SCREEN_INIT_ARGS_DECL)
if (init_picture)
fbPictureInit (pScreen, 0, 0);
miInitializeBackingStore(pScreen);
/*
* Set initial black & white colourmap indices.
*/

View File

@@ -46,9 +46,6 @@
/* need this for inputInfo */
#include "inputstr.h"
/* All drivers implementing backing store need this */
#include "mibstore.h"
#include "micmap.h"
/* Needed by the Shadow Framebuffer */
@@ -1373,8 +1370,6 @@ LgScreenInit(SCREEN_INIT_ARGS_DECL)
fbPictureInit(pScreen, 0, 0);
miInitializeBackingStore(pScreen);
/*
* Set initial black & white colourmap indices.
*/