mirror of https://github.com/FreeRDP/FreeRDP
Removed broken return check.
This commit is contained in:
parent
4fa2bd2e07
commit
70f3d43975
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue