Remove this

This commit is contained in:
twinaphex 2018-05-14 03:47:13 +02:00
parent d1c1e4e2aa
commit 5fe6c74b51

View File

@ -796,9 +796,6 @@ static bool d3d9_cg_renderchain_create_first_pass(
struct cg_pass pass;
D3DMATRIX ident;
if (!chain)
return false;
pass.attrib_map = unsigned_vector_list_new();
d3d_matrix_identity(&ident);