Henri Verbeet : ddraw: Remove a redundant return.

Alexandre Julliard julliard at winehq.org
Wed Dec 30 10:18:13 CST 2009


Module: wine
Branch: master
Commit: 9ae92661cce39595f8c24e2e50e000df847ae237
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9ae92661cce39595f8c24e2e50e000df847ae237

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Tue Dec 29 17:10:21 2009 +0100

ddraw: Remove a redundant return.

---

 dlls/ddraw/utils.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dlls/ddraw/utils.c b/dlls/ddraw/utils.c
index e9c27f4..f9fd00f 100644
--- a/dlls/ddraw/utils.c
+++ b/dlls/ddraw/utils.c
@@ -1221,8 +1221,6 @@ void multiply_matrix_D3D_way(D3DMATRIX* result, const D3DMATRIX *m1, const D3DMA
     temp._44 = m1->_41 * m2->_14 + m1->_42 * m2->_24 + m1->_43 * m2->_34 + m1->_44 * m2->_44;
 
     *result = temp;
-
-    return;
 }
 
 HRESULT




More information about the wine-cvs mailing list