d3drm: Remove two variables which are not really used from IDirect3DRMMeshBuilderImpl_Load.
This commit is contained in:
parent
3b3085fba1
commit
40b1b8fa7e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue