diff options
author | Walker Selby <git@walkerselby.com> | 2023-10-26 16:47:37 +0100 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-10-26 19:47:04 +0200 |
commit | 017c5bb7cce7efb94e87d7bdd52d84a7f68c99c0 (patch) | |
tree | a96441f8451cc40001119ac10fe236a2b0aaa9f5 | |
parent | f7a1bbcc90557d9487fc5eb034affe66bc0033be (diff) | |
download | Firmament-017c5bb7cce7efb94e87d7bdd52d84a7f68c99c0.tar.gz Firmament-017c5bb7cce7efb94e87d7bdd52d84a7f68c99c0.tar.bz2 Firmament-017c5bb7cce7efb94e87d7bdd52d84a7f68c99c0.zip |
Remove unused import in WBar.kt
[no changelog]
-rw-r--r-- | src/main/kotlin/moe/nea/firmament/gui/WBar.kt | 1 |
1 files changed, 0 insertions, 1 deletions
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( |