mirror of
https://github.com/X11Libre/xf86-video-xgi.git
synced 2026-03-24 01:24:35 +00:00
Eliminate unused structure fields VBInfo and pVBInfo.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user