Commit becf83fd authored by Rico Schüller's avatar Rico Schüller Committed by Alexandre Julliard

d3dx9: Remove not needed TRACE.

parent 892308fd
......@@ -456,11 +456,7 @@ static struct d3dx_technique *get_technique_by_name(struct ID3DXBaseEffectImpl *
{
struct d3dx_technique *tech = get_technique_struct(base->technique_handles[i]);
if (!strcmp(tech->name, name))
{
TRACE("Returning technique %p\n", tech);
return tech;
}
if (!strcmp(tech->name, name)) return tech;
}
return NULL;
......
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