diff --git a/src/compositor/meta-shaped-texture.c b/src/compositor/meta-shaped-texture.c index bea77c1a1..b3e087af9 100644 --- a/src/compositor/meta-shaped-texture.c +++ b/src/compositor/meta-shaped-texture.c @@ -635,9 +635,6 @@ do_paint_content (MetaShapedTexture *stex, { min_filter = COGL_PIPELINE_FILTER_NEAREST; mag_filter = COGL_PIPELINE_FILTER_NEAREST; - - /* Back to normal desktop viewing. Save some memory */ - meta_texture_mipmap_clear (stex->texture_mipmap); } else {