diff options
author | Alex Deucher <alex@botch2.com> | 2008-05-21 00:35:14 -0400 |
---|---|---|
committer | Alex Deucher <alex@botch2.com> | 2008-05-27 17:00:53 -0400 |
commit | 5f951a5573f0c7572230c9aa4d3f75d67f91ed71 (patch) | |
tree | 1955ba56f4b0a9ae78601e84f2a18bac0892f44d /src/radeon_bios.c | |
parent | edce33e87fb79a540d8c285f205d4c3f2c2bc9f4 (diff) |
ATOM: remove duplicate code
Diffstat (limited to 'src/radeon_bios.c')
-rw-r--r-- | src/radeon_bios.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/radeon_bios.c b/src/radeon_bios.c index fa09aaed..be72339a 100644 --- a/src/radeon_bios.c +++ b/src/radeon_bios.c @@ -74,7 +74,6 @@ Bool RADEONGetBIOSInfo(ScrnInfoPtr pScrn, xf86Int10InfoPtr pInt10) unsigned short dptr; #ifdef XSERVER_LIBPCIACCESS - //info->VBIOS = xalloc(info->PciInfo->rom_size); int size = info->PciInfo->rom_size > RADEON_VBIOS_SIZE ? info->PciInfo->rom_size : RADEON_VBIOS_SIZE; info->VBIOS = xalloc(size); #else |