Matteo Bruni : d3dx9: Remove stray hunk.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Aug 26 15:20:29 CDT 2014


Module: wine
Branch: master
Commit: bd4fcdbde542506e2172997172ddbd0529041570
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=bd4fcdbde542506e2172997172ddbd0529041570

Author: Matteo Bruni <mbruni at codeweavers.com>
Date:   Tue Aug 26 16:13:08 2014 +0200

d3dx9: Remove stray hunk.

---

 dlls/d3dx9_36/mesh.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dlls/d3dx9_36/mesh.c b/dlls/d3dx9_36/mesh.c
index 1046ff9..aecb45d 100644
--- a/dlls/d3dx9_36/mesh.c
+++ b/dlls/d3dx9_36/mesh.c
@@ -3294,9 +3294,6 @@ static HRESULT parse_mesh(ID3DXFileData *filedata, struct mesh_data *mesh_data,
             hr = parse_vertex_colors(child, mesh_data);
         } else if (IsEqualGUID(&type, &TID_D3DRMMeshTextureCoords)) {
             hr = parse_texture_coords(child, mesh_data);
-        hr = filedata->lpVtbl->GetChild(filedata, i, &child);
-        if (FAILED(hr))
-            goto end;
         } else if (IsEqualGUID(&type, &TID_D3DRMMeshMaterialList) &&
                    (provide_flags & PROVIDE_MATERIALS))
         {




More information about the wine-cvs mailing list