Module: wine Branch: master Commit: 813c7ed202ee60aff365f39b682f8e8de9f59c99 URL: http://source.winehq.org/git/wine.git/?a=commit;h=813c7ed202ee60aff365f39b68...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Tue Dec 30 14:56:49 2008 +0100
wined3d: Remove an unused field from the device.
---
dlls/wined3d/wined3d_private.h | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/dlls/wined3d/wined3d_private.h b/dlls/wined3d/wined3d_private.h index dd79c84..7d79867 100644 --- a/dlls/wined3d/wined3d_private.h +++ b/dlls/wined3d/wined3d_private.h @@ -1128,9 +1128,6 @@ struct IWineD3DDeviceImpl /* Textures for when no other textures are mapped */ UINT dummyTextureName[MAX_TEXTURES];
- /* Debug stream management */ - BOOL debug; - /* Device state management */ HRESULT state; BOOL d3d_initialized;