summaryrefslogtreecommitdiff
path: root/driver/xf86-video-sunffb
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2013-05-12 13:06:26 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2013-05-12 13:06:26 +0000
commit8442bcb5363f5dbf14f47672c40b9bd8accf5fd2 (patch)
treedcba21f2465749f250b8dd694c5ab045772f11a4 /driver/xf86-video-sunffb
parent03e581399db07433dd54da891ffe09dbec74fa8f (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.c3
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);