From c946d73f1d6482b15b23e65c18face7b13fc0386 Mon Sep 17 00:00:00 2001 From: Joshua Simmons Date: Mon, 29 Apr 2024 20:13:29 +0200 Subject: [PATCH] shark: Remove unused import --- title/shark/src/pipelines/text.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/title/shark/src/pipelines/text.rs b/title/shark/src/pipelines/text.rs index ab1ba51..989b6bb 100644 --- a/title/shark/src/pipelines/text.rs +++ b/title/shark/src/pipelines/text.rs @@ -7,7 +7,6 @@ use narcissus_gpu::{ PolygonMode, Sampler, SamplerAddressMode, SamplerDesc, SamplerFilter, ShaderDesc, ShaderStageFlags, ThreadToken, Topology, TypedBind, }; -use shark_shaders; #[allow(unused)] #[repr(C)] -- 2.49.0