Commit 813c7ed2 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wined3d: Remove an unused field from the device.

parent 2b926db5
...@@ -1128,9 +1128,6 @@ struct IWineD3DDeviceImpl ...@@ -1128,9 +1128,6 @@ struct IWineD3DDeviceImpl
/* Textures for when no other textures are mapped */ /* Textures for when no other textures are mapped */
UINT dummyTextureName[MAX_TEXTURES]; UINT dummyTextureName[MAX_TEXTURES];
/* Debug stream management */
BOOL debug;
/* Device state management */ /* Device state management */
HRESULT state; HRESULT state;
BOOL d3d_initialized; BOOL d3d_initialized;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment