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;
}
}