diff options
author | Adam Jackson <ajax@redhat.com> | 2008-08-15 13:59:33 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-08-15 13:59:33 -0400 |
commit | 35f09b08456177f837df9b965cec1019ea8f6238 (patch) | |
tree | 63c23c7aac5a47deb827c98684550c90694f4f5e | |
parent | 3aea1540c129c230d84ed8e55586dbfb3d179d33 (diff) |
Remove dead code.
-rw-r--r-- | src/ast_driver.c | 4 |
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. */ |