Removed broken return check.
authorArmin Novak <armin.novak@thincast.com>
Tue, 4 Oct 2016 12:14:01 +0000 (14:14 +0200)
committerArmin Novak <armin.novak@thincast.com>
Thu, 6 Oct 2016 11:43:15 +0000 (13:43 +0200)
client/X11/xf_gfx.c

index 9360a24..8ed7b75 100644 (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;
 }