diff options
author | Adam Jackson <ajax@redhat.com> | 2013-01-09 22:16:26 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2013-01-09 22:16:26 -0500 |
commit | ed0b153f320a95a11bd561726d2405823573500e (patch) | |
tree | a00bf9674beff60c344d23f78945c04c6d05713b /src/lx_driver.c | |
parent | a96a4e28a079499b18b441f0b6c05c50dd86ead6 (diff) |
Remove mibstore.h
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'src/lx_driver.c')
-rw-r--r-- | src/lx_driver.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lx_driver.c b/src/lx_driver.c index 6d7f37f..146578e 100644 --- a/src/lx_driver.c +++ b/src/lx_driver.c @@ -932,7 +932,6 @@ LXScreenInit(SCREEN_INIT_ARGS_DECL) if (!pGeode->NoAccel) pGeode->NoAccel = LXExaInit(pScrn) ? FALSE : TRUE; - miInitializeBackingStore(pScrn); xf86SetBackingStore(pScrn); /* Set up the soft cursor */ |