d3drm: Remove leftover return statement (Smatch).
This commit is contained in:
parent
8cedea0d60
commit
72d7ce28f0
|
@ -1452,8 +1452,6 @@ end:
|
|||
IDirectXFile_Release(pDXFile);
|
||||
|
||||
return ret;
|
||||
|
||||
return E_NOTIMPL;
|
||||
}
|
||||
|
||||
static HRESULT WINAPI IDirect3DRM3Impl_Tick(IDirect3DRM3* iface, D3DVALUE tick)
|
||||
|
|
Loading…
Reference in New Issue