Commit 01d9eac0 authored by Ivan Gyurdiev's avatar Ivan Gyurdiev Committed by Alexandre Julliard

wined3d: Remove unused field in shader opcode_arg.

parent 53871190
...@@ -1412,7 +1412,6 @@ typedef struct SHADER_OPCODE { ...@@ -1412,7 +1412,6 @@ typedef struct SHADER_OPCODE {
} SHADER_OPCODE; } SHADER_OPCODE;
typedef struct SHADER_OPCODE_ARG { typedef struct SHADER_OPCODE_ARG {
IWineD3DStateBlock* stateBlock;
IWineD3DBaseShader* shader; IWineD3DBaseShader* shader;
shader_reg_maps* reg_maps; shader_reg_maps* reg_maps;
CONST SHADER_OPCODE* opcode; CONST SHADER_OPCODE* opcode;
......
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