diff --git a/src/cairo-xcb-surface.c b/src/cairo-xcb-surface.c index d7e0d734e..2403a0d80 100644 --- a/src/cairo-xcb-surface.c +++ b/src/cairo-xcb-surface.c @@ -646,9 +646,8 @@ _put_shm_image_boxes (cairo_xcb_surface_t *surface, shm_info->offset); } } + return CAIRO_INT_STATUS_SUCCESS; } - - return CAIRO_INT_STATUS_SUCCESS; #endif return CAIRO_INT_STATUS_UNSUPPORTED;