I missed to remove port attributes wrapper

This commit is contained in:
Zhenyu Wang 2007-08-08 09:26:10 +08:00
parent 76c084d419
commit fec6744b76
1 changed files with 0 additions and 2 deletions

View File

@ -93,8 +93,6 @@ typedef struct _I915XvMC
I915XvMCSurfacePriv *sfprivs[I915_XVMC_MAX_SURFACES];
I915XvMCContextPriv *ctxprivs[I915_XVMC_MAX_CONTEXTS];
int ncontexts,nsurfaces;
SetPortAttributeFuncPtr saveSetPortAttribute;
GetPortAttributeFuncPtr saveGetPortAttribute;
PutImageFuncPtr savePutImage;
} I915XvMC, *I915XvMCPtr;