summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Clark <rob@ti.com>2012-10-05 18:27:21 -0500
committerRob Clark <rob@ti.com>2012-10-05 18:27:21 -0500
commitba7a1993ad71133cca6e0087df24e86327f8a4f1 (patch)
treeee3a714edfdf30a97f0ea7fc35349c3c58a1b9e6
parentd8a3812c902015059a388b397c03dc4291670ba1 (diff)
remove miInitializeBackingStore() call
It is no-op these days, and removed from latest xserver. Signed-off-by: Rob Clark <rob@ti.com>
-rw-r--r--src/omap_driver.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/omap_driver.c b/src/omap_driver.c
index 96ab937..be583f9 100644
--- a/src/omap_driver.c
+++ b/src/omap_driver.c
@@ -793,7 +793,6 @@ OMAPScreenInit(SCREEN_INIT_ARGS_DECL)
OMAPAccelInit(pScreen);
/* Initialize backing store: */
- miInitializeBackingStore(pScreen);
xf86SetBackingStore(pScreen);
/* Cause the cursor position to be updated by the mouse signal handler: */