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-apm | |
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-apm')
-rw-r--r-- | driver/xf86-video-apm/src/apm.h | 3 | ||||
-rw-r--r-- | driver/xf86-video-apm/src/apm_driver.c | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/driver/xf86-video-apm/src/apm.h b/driver/xf86-video-apm/src/apm.h index a3c06f859..365e5e20c 100644 --- a/driver/xf86-video-apm/src/apm.h +++ b/driver/xf86-video-apm/src/apm.h @@ -33,9 +33,6 @@ /* All drivers initialising the SW cursor need this */ #include "mipointer.h" -/* All drivers implementing backing store need this */ -#include "mibstore.h" - /* I2C support */ #include "xf86i2c.h" diff --git a/driver/xf86-video-apm/src/apm_driver.c b/driver/xf86-video-apm/src/apm_driver.c index e40e1c2fa..ece599e3e 100644 --- a/driver/xf86-video-apm/src/apm_driver.c +++ b/driver/xf86-video-apm/src/apm_driver.c @@ -1784,7 +1784,6 @@ ApmScreenInit(SCREEN_INIT_ARGS_DECL) } #endif - miInitializeBackingStore(pScreen); xf86SetBackingStore(pScreen); xf86SetSilkenMouse(pScreen); |