diff options
author | Eric Anholt <eric@anholt.net> | 2010-03-04 10:28:09 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-03-04 11:25:14 -0800 |
commit | 15026d64d3c0d8ad96e0a73fcae3103d1c41fd46 (patch) | |
tree | b7f102dcc4586e42b9ecd93b8836329de3c6e250 | |
parent | e8e615289213ba1704e402b923c51ce9d196f06f (diff) |
Remove a piece of fbOffset cruft from non-DRM support.
-rw-r--r-- | src/i830_driver.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/i830_driver.c b/src/i830_driver.c index 046adce2..284ad711 100644 --- a/src/i830_driver.c +++ b/src/i830_driver.c @@ -1200,12 +1200,6 @@ I830ScreenInit(int scrnIndex, ScreenPtr screen, int argc, char **argv) if (scrn->virtualX > scrn->displayWidth) scrn->displayWidth = scrn->virtualX; - /* If the front buffer is not a BO, we need to - * set the initial framebuffer pixmap to point at - * it - */ - scrn->fbOffset = intel->front_buffer->offset; - DPRINTF(PFX, "assert( if(!fbScreenInit(screen, ...) )\n"); if (!fbScreenInit(screen, NULL, scrn->virtualX, scrn->virtualY, |