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

This commit is contained in:
Gerald Pfeifer 2010-04-24 15:59:49 +02:00 committed by Alexandre Julliard
parent 3b3085fba1
commit 40b1b8fa7e

View file

@ -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