wined3d: Remove superflous check (Coverity).

This commit is contained in:
Marcus Meissner 2015-05-06 08:53:33 +02:00 committed by Alexandre Julliard
parent 59efc5ce64
commit d8a0f77c2b
1 changed files with 0 additions and 3 deletions

View File

@ -4291,9 +4291,6 @@ static BOOL ffp_blit_supported(const struct wined3d_gl_info *gl_info,
return FALSE;
}
case WINED3D_BLIT_OP_COLOR_BLIT:
if (src_pool == WINED3D_POOL_SYSTEM_MEM || dst_pool == WINED3D_POOL_SYSTEM_MEM)
return FALSE;
if (TRACE_ON(d3d_surface) && TRACE_ON(d3d))
{
TRACE("Checking support for fixup:\n");