wined3d: Remove some old stuff.

This commit is contained in:
Stefan Dösinger 2007-03-16 22:04:03 +01:00 committed by Alexandre Julliard
parent 65c447082a
commit 9789f993ce
2 changed files with 0 additions and 4 deletions

View File

@ -70,9 +70,6 @@ static inline Display *get_display( HDC hdc )
return display;
}
/* allocate one pbuffer per surface */
BOOL pbuffer_per_surface = FALSE;
/* static function declarations */
static void WINAPI IWineD3DDeviceImpl_AddResource(IWineD3DDevice *iface, IWineD3DResource *resource);

View File

@ -1023,7 +1023,6 @@ struct IWineD3DSurfaceImpl
UINT pow2Width;
UINT pow2Height;
UINT pow2Size;
/* Oversized texture */
RECT glRect;