WINED3D: Remove a redundant break

H. Verbeet hverbeet at gmail.com
Tue Jun 6 16:42:30 CDT 2006


Changelog:
  - Remove a redundant break.
-------------- next part --------------
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-patches mailing list