diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2012-12-18 15:42:30 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2012-12-18 18:47:40 -0800 |
commit | f694490b3cec78d7b17eeb0a9c4daadd1028776a (patch) | |
tree | b97a10732adb3de63c6773bc18bdb92aa76ec5ef | |
parent | ece8d3557eb1ffb27104bffb7841503aae4dcd6f (diff) |
Remove call to obsolete miInitializeBackingStore()
Definition was deleted from Xorg during 1.14 merge window, but has
been a no-op since 1.10 merge window.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | src/atiscreen.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/atiscreen.c b/src/atiscreen.c index 62a4dd9..15f399e 100644 --- a/src/atiscreen.c +++ b/src/atiscreen.c @@ -532,7 +532,6 @@ ATIScreenInit(SCREEN_INIT_ARGS_DECL) #endif /* AVOID_DGA */ /* Initialise backing store */ - miInitializeBackingStore(pScreen); xf86SetBackingStore(pScreen); /* Initialise cursor */ |