summaryrefslogtreecommitdiff
path: root/glamor/glamor_fill.c
diff options
context:
space:
mode:
Diffstat (limited to 'glamor/glamor_fill.c')
-rw-r--r--glamor/glamor_fill.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/glamor/glamor_fill.c b/glamor/glamor_fill.c
index 660ffe014..873f383a5 100644
--- a/glamor/glamor_fill.c
+++ b/glamor/glamor_fill.c
@@ -143,7 +143,6 @@ glamor_solid(PixmapPtr pixmap, int x, int y, int width, int height,
GLfloat color[4];
float vertices[8];
GLfloat xscale, yscale;
-
if (!GLAMOR_PIXMAP_PRIV_HAS_FBO(pixmap_priv)) {
glamor_fallback("dest %p has no fbo.\n", pixmap);
goto fail;