From 017c5bb7cce7efb94e87d7bdd52d84a7f68c99c0 Mon Sep 17 00:00:00 2001 From: Walker Selby Date: Thu, 26 Oct 2023 16:47:37 +0100 Subject: Remove unused import in WBar.kt [no changelog] --- src/main/kotlin/moe/nea/firmament/gui/WBar.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/kotlin/moe/nea/firmament/gui/WBar.kt b/src/main/kotlin/moe/nea/firmament/gui/WBar.kt index 85972e4..2c37d11 100644 --- a/src/main/kotlin/moe/nea/firmament/gui/WBar.kt +++ b/src/main/kotlin/moe/nea/firmament/gui/WBar.kt @@ -12,7 +12,6 @@ import io.github.cottonmc.cotton.gui.widget.WWidget import io.github.cottonmc.cotton.gui.widget.data.Texture import me.shedaniel.math.Color import net.minecraft.client.gui.DrawContext -import net.minecraft.client.util.math.MatrixStack import moe.nea.firmament.Firmament open class WBar( -- cgit