summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-08-15 13:59:33 -0400
committerAdam Jackson <ajax@redhat.com>2008-08-15 13:59:33 -0400
commit35f09b08456177f837df9b965cec1019ea8f6238 (patch)
tree63c23c7aac5a47deb827c98684550c90694f4f5e
parent3aea1540c129c230d84ed8e55586dbfb3d179d33 (diff)
Remove dead code.
-rw-r--r--src/ast_driver.c4
1 files changed, 0 insertions, 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.
*/