d3d10: Remove double declared variable in parse_fx10_variable().
This commit is contained in:
parent
7b520e1f31
commit
6f2ad69718
|
@ -793,7 +793,6 @@ static HRESULT parse_fx10_variable(struct d3d10_effect_variable *v, const char *
|
|||
for (i = 0; i < v->annotation_count; ++i)
|
||||
{
|
||||
struct d3d10_effect_variable *a = &v->annotations[i];
|
||||
HRESULT hr;
|
||||
|
||||
a->effect = v->effect;
|
||||
|
||||
|
|
Loading…
Reference in New Issue