H. Verbeet : wined3d: Remove a redundant break.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jun 7 07:48:57 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 7b8bf46f3f0efd6f54a541e7f5a0d53bb7ffde65
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=7b8bf46f3f0efd6f54a541e7f5a0d53bb7ffde65

Author: H. Verbeet <hverbeet at gmail.com>
Date:   Tue Jun  6 23:42:30 2006 +0200

wined3d: Remove a redundant break.

---

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

diff --git a/dlls/wined3d/utils.c b/dlls/wined3d/utils.c
index 77b6b33..6c1acde 100644
--- a/dlls/wined3d/utils.c
+++ b/dlls/wined3d/utils.c
@@ -1020,7 +1020,6 @@ #define GLINFO_LOCATION ((IWineD3DImpl *
                 */
                 LEAVE_GL();
                 return;
-                break;
               }
             }
 




More information about the wine-cvs mailing list