Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 057c53a

Browse files
[Impeller] Remove duplicate code in 'TiledTextureContents' (#37492)
1 parent 1c1ad0e commit 057c53a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

impeller/entity/contents/tiled_texture_contents.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ bool TiledTextureContents::Render(const ContentContext& renderer,
6565

6666
Command cmd;
6767
cmd.label = "TiledTextureFill";
68-
cmd.pipeline =
69-
renderer.GetTiledTexturePipeline(OptionsFromPassAndEntity(pass, entity));
7068
cmd.stencil_reference = entity.GetStencilDepth();
7169

7270
auto geometry_result =

0 commit comments

Comments
 (0)