Eliminate unused structure fields VBInfo and pVBInfo.

This commit is contained in:
Ian Romanick
2007-05-03 15:18:16 -07:00
parent 70e4e6d1c0
commit 98f05a8190
2 changed files with 0 additions and 4 deletions

View File

@@ -647,9 +647,6 @@ typedef struct {
#endif
HW_DEVICE_EXTENSION xgi_HwDevExt; /* For new mode switching code */
VB_DEVICE_INFO VBInfo ;
PVB_DEVICE_INFO pVBInfo ;
XF86VideoAdaptorPtr adaptor;
ScreenBlockHandlerProcPtr BlockHandler;

View File

@@ -315,7 +315,6 @@ XGI_InitHwDevInfo(ScrnInfoPtr pScrn)
pXGI = XGIPTR(pScrn ) ;
pHwDevInfo = &pXGI->xgi_HwDevExt ;
NBridge = pciTag(0,0,0) ;
pXGI->pVBInfo = &(pXGI->VBInfo) ;
pHwDevInfo->pDevice = pXGI ;
pHwDevInfo->pjVirtualRomBase = pXGI->BIOS ;