Module: wine Branch: master Commit: b3b686d9e83d38a352076b9081ec5e7bc2bcfdc3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b3b686d9e83d38a352076b9081...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Dec 1 07:31:42 2011 +0100
wined3d: Get rid of WINED3DDEVINFO_STAGETIMINGS.
---
include/wine/wined3d.h | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/include/wine/wined3d.h b/include/wine/wined3d.h index edab31b..7a15759 100644 --- a/include/wine/wined3d.h +++ b/include/wine/wined3d.h @@ -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;