wined3d: Get rid of WINED3DDEVINFO_STAGETIMINGS.

This commit is contained in:
Henri Verbeet 2011-12-01 07:31:42 +01:00 committed by Alexandre Julliard
parent 94c0da184e
commit b3b686d9e8
1 changed files with 0 additions and 6 deletions

View File

@ -1696,12 +1696,6 @@ struct wined3d_device_creation_parameters
DWORD flags;
};
typedef struct _WINED3DDEVINFO_STAGETIMINGS
{
float MemoryProcessingPercent;
float ComputationProcessingPercent;
} WINED3DDEVINFO_STAGETIMINGS;
typedef struct _WINED3DRASTER_STATUS
{
BOOL InVBlank;