From: Joshua Simmons Date: Mon, 29 Apr 2024 18:13:29 +0000 (+0200) Subject: shark: Remove unused import X-Git-Url: https://git.nega.tv//gitweb.cgi?a=commitdiff_plain;h=c946d73f1d6482b15b23e65c18face7b13fc0386;p=josh%2Fnarcissus shark: Remove unused import --- 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)]