diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-05-12 13:06:26 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-05-12 13:06:26 +0000 |
commit | 8442bcb5363f5dbf14f47672c40b9bd8accf5fd2 (patch) | |
tree | dcba21f2465749f250b8dd694c5ab045772f11a4 /driver/xf86-video-sunffb | |
parent | 03e581399db07433dd54da891ffe09dbec74fa8f (diff) |
Remove calls to miInitializeBackingStore() and includes of mibstore.h
mibstore.h defines miInitializeBackingStore() as an empty stub, and
goes away in xserver 1.14.
Diffstat (limited to 'driver/xf86-video-sunffb')
-rw-r--r-- | driver/xf86-video-sunffb/src/ffb_driver.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/driver/xf86-video-sunffb/src/ffb_driver.c b/driver/xf86-video-sunffb/src/ffb_driver.c index ec9e35225..89d4b60d5 100644 --- a/driver/xf86-video-sunffb/src/ffb_driver.c +++ b/driver/xf86-video-sunffb/src/ffb_driver.c @@ -30,7 +30,6 @@ #include "xf86.h" #include "xf86_OSproc.h" #include "mipointer.h" -#include "mibstore.h" #include "micmap.h" #include "fb.h" @@ -761,8 +760,6 @@ FFBScreenInit(int scrnIndex, ScreenPtr pScreen, int argc, char **argv) xf86Msg(X_INFO, "%s: Using acceleration\n", pFfb->psdp->device); } - - miInitializeBackingStore(pScreen); xf86SetBackingStore(pScreen); xf86SetSilkenMouse(pScreen); |