diff --git a/glamor/glamor_fill.c b/glamor/glamor_fill.c index 75c952ca1..aaa778300 100644 --- a/glamor/glamor_fill.c +++ b/glamor/glamor_fill.c @@ -200,7 +200,7 @@ _glamor_solid_boxes(PixmapPtr pixmap, BoxPtr box, int nbox, float *color) pixmap_priv_get_dest_scale(pixmap_priv, &xscale, &yscale); - if (_X_UNLIKELY(nbox * 4 * 2 > ARRAY_SIZE(vertices))) { + if (nbox * 4 * 2 > ARRAY_SIZE(vertices)) { int allocated_box; if (nbox * 6 > GLAMOR_COMPOSITE_VBO_VERT_CNT) {