uxa: Don't bother with xf86GARTCloseScreen

We only ever use xserver's AGP support from the i810 driver.

Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Adam Jackson 2016-07-14 12:14:11 -04:00 committed by Chris Wilson
parent 1c449ffa58
commit 6d8a19910a
1 changed files with 0 additions and 2 deletions

View File

@ -1172,8 +1172,6 @@ static Bool I830CloseScreen(CLOSE_SCREEN_ARGS_DECL)
intel_sync_close(screen);
xf86GARTCloseScreen(scrn->scrnIndex);
scrn->vtSema = FALSE;
return TRUE;
}