d3d10/effect: Remove unused field from pass structure.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2021-10-01 09:13:57 +03:00 committed by Alexandre Julliard
parent ea24e203da
commit cf05d89262
1 changed files with 0 additions and 1 deletions

View File

@ -223,7 +223,6 @@ struct d3d10_effect_pass
struct d3d10_effect_technique *technique;
char *name;
DWORD start;
DWORD object_count;
DWORD annotation_count;
struct d3d10_effect_object *objects;