Commit 72d7ce28 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

d3drm: Remove leftover return statement (Smatch).

parent 8cedea0d
......@@ -1452,8 +1452,6 @@ end:
IDirectXFile_Release(pDXFile);
return ret;
return E_NOTIMPL;
}
static HRESULT WINAPI IDirect3DRM3Impl_Tick(IDirect3DRM3* iface, D3DVALUE tick)
......
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