7 Jun
2006
7 Jun
'06
12:48 p.m.
Module: wine Branch: refs/heads/master Commit: 7b8bf46f3f0efd6f54a541e7f5a0d53bb7ffde65 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=7b8bf46f3f0efd6f54a541e7... Author: H. Verbeet <hverbeet(a)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; } }