From 35f09b08456177f837df9b965cec1019ea8f6238 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 15 Aug 2008 13:59:33 -0400 Subject: Remove dead code. --- src/ast_driver.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ast_driver.c b/src/ast_driver.c index 5ae07e3..a018964 100644 --- a/src/ast_driver.c +++ b/src/ast_driver.c @@ -564,11 +564,7 @@ ASTPreInit(ScrnInfoPtr pScrn, int flags) (pScrn->chipset != NULL) ? pScrn->chipset : "Unknown ast"); /* Resource Allocation */ -#if XF86_VERSION_CURRENT < XF86_VERSION_NUMERIC(4,2,99,0,0) - pAST->IODBase = 0; -#else pAST->IODBase = pScrn->domainIOBase; -#endif /* "Patch" the PIOOffset inside vgaHW in order to force * the vgaHW module to use our relocated i/o ports. */ -- cgit v1.2.3