summaryrefslogtreecommitdiff
path: root/src/radeon_bios.c
diff options
context:
space:
mode:
authorAlex Deucher <alex@botch2.com>2008-05-21 00:35:14 -0400
committerAlex Deucher <alex@botch2.com>2008-05-27 17:00:53 -0400
commit5f951a5573f0c7572230c9aa4d3f75d67f91ed71 (patch)
tree1955ba56f4b0a9ae78601e84f2a18bac0892f44d /src/radeon_bios.c
parentedce33e87fb79a540d8c285f205d4c3f2c2bc9f4 (diff)
ATOM: remove duplicate code
Diffstat (limited to 'src/radeon_bios.c')
-rw-r--r--src/radeon_bios.c1
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