Commit 8681d490 authored by David Adam's avatar David Adam Committed by Alexandre Julliard

ddraw: Remove useless comments.

parent 56720276
...@@ -4356,8 +4356,6 @@ Thunk_IDirect3DDeviceImpl_3_DrawIndexedPrimitiveVB(IDirect3DDevice3 *iface, ...@@ -4356,8 +4356,6 @@ Thunk_IDirect3DDeviceImpl_3_DrawIndexedPrimitiveVB(IDirect3DDevice3 *iface,
* The return value consist of a combination of D3DCLIP_* flags, or it's * The return value consist of a combination of D3DCLIP_* flags, or it's
* 0 if the sphere is completely visible(according to the SDK, not checked) * 0 if the sphere is completely visible(according to the SDK, not checked)
* *
* Sounds like an overdose of math ;)
*
* Version 3 and 7 * Version 3 and 7
* *
* Params: * Params:
...@@ -4368,7 +4366,7 @@ Thunk_IDirect3DDeviceImpl_3_DrawIndexedPrimitiveVB(IDirect3DDevice3 *iface, ...@@ -4368,7 +4366,7 @@ Thunk_IDirect3DDeviceImpl_3_DrawIndexedPrimitiveVB(IDirect3DDevice3 *iface,
* ReturnValues: Array to write the results to * ReturnValues: Array to write the results to
* *
* Returns: * Returns:
* D3D_OK because it's a stub * D3D_OK
* (DDERR_INVALIDPARAMS if Centers, Radii or ReturnValues are NULL) * (DDERR_INVALIDPARAMS if Centers, Radii or ReturnValues are NULL)
* (D3DERR_INVALIDMATRIX if the combined world, view and proj matrix * (D3DERR_INVALIDMATRIX if the combined world, view and proj matrix
* is singular) * is singular)
......
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