diff --git a/clutter/clutter-texture.c b/clutter/clutter-texture.c index 8c0dab500..bb7a001f2 100644 --- a/clutter/clutter-texture.c +++ b/clutter/clutter-texture.c @@ -1457,9 +1457,6 @@ clutter_texture_set_cogl_texture (ClutterTexture *texture, g_object_notify (G_OBJECT (texture), "cogl-texture"); - /* Re-assert the filter quality on the new cogl texture */ - clutter_texture_set_filter_quality (texture, CLUTTER_TEXTURE_QUALITY_MEDIUM); - /* If resized actor may need resizing but paint() will do this */ if (CLUTTER_ACTOR_IS_VISIBLE (texture)) clutter_actor_queue_redraw (CLUTTER_ACTOR (texture));