d3drm: Remove a useless comment.

This commit is contained in:
David Adam 2010-05-23 05:29:06 +02:00 committed by Alexandre Julliard
parent c042f935b1
commit 668ddfba33

View file

@ -563,7 +563,7 @@ static HRESULT WINAPI IDirect3DRMMeshBuilderImpl_Load(IDirect3DRMMeshBuilder* if
goto end;
}
FIXME("toto: Found object type whose GUID = %s\n", debugstr_guid(pGuid));
FIXME("Found object type whose GUID = %s\n", debugstr_guid(pGuid));
if (!IsEqualGUID(pGuid, &TID_D3DRMMeshNormals))
{