wined3d: Remove a redundant break.

This commit is contained in:
H. Verbeet 2006-06-06 23:42:30 +02:00 committed by Alexandre Julliard
parent 85ec834f7a
commit 7b8bf46f3f
1 changed files with 0 additions and 1 deletions

View File

@ -1020,7 +1020,6 @@ void set_tex_op(IWineD3DDevice *iface, BOOL isAlpha, int Stage, D3DTEXTUREOP op,
*/
LEAVE_GL();
return;
break;
}
}