Commit 40b1b8fa authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

d3drm: Remove two variables which are not really used from IDirect3DRMMeshBuilderImpl_Load.

parent 3b3085fb
......@@ -459,10 +459,6 @@ static HRESULT WINAPI IDirect3DRMMeshBuilderImpl_Load(IDirect3DRMMeshBuilder* if
if (loadflags == D3DRMLOAD_FROMMEMORY)
{
DXFILELOADMEMORY info;
LPD3DRMLOADMEMORY pinfo = (LPD3DRMLOADMEMORY)filename;
info.lpMemory = pinfo->lpMemory;
info.dSize = pinfo->dSize;
load_options = DXFILELOAD_FROMMEMORY;
}
else
......
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