Removed broken return check.

This commit is contained in:
Armin Novak 2016-10-04 14:14:01 +02:00
parent 4fa2bd2e07
commit 70f3d43975
1 changed files with 0 additions and 4 deletions

View File

@ -173,10 +173,6 @@ UINT xf_OutputExpose(xfContext* xfc, UINT32 x, UINT32 y,
free(pSurfaceIds);
IFCALLRET(context->UpdateSurfaces, status, context);
if (status < 0)
status = -1;
return status;
}