1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-01 07:14:31 +00:00

d3dx9_36: Remove a useless comment

This commit is contained in:
liying 2020-01-16 20:49:52 +08:00
parent 28ab23db56
commit cc9cf07131

View File

@ -832,8 +832,6 @@ static HRESULT WINAPI d3dx9_mesh_UnlockIndexBuffer(ID3DXMesh *iface)
return IDirect3DIndexBuffer9_Unlock(mesh->index_buffer);
}
/* FIXME: This looks just wrong, we never check *attrib_table_size before
* copying the data. */
static HRESULT WINAPI d3dx9_mesh_GetAttributeTable(ID3DXMesh *iface,
D3DXATTRIBUTERANGE *attrib_table, DWORD *attrib_table_size)
{