From 0aa61632a48bdcf78f07920cd8b92b9f92b8681c Mon Sep 17 00:00:00 2001 From: Walker Selby Date: Thu, 26 Oct 2023 15:47:18 +0100 Subject: Remove unused import in RepoDownloadProgress.kt [no changelog] --- src/main/kotlin/moe/nea/firmament/hud/RepoDownloadProgress.kt | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main/kotlin') diff --git a/src/main/kotlin/moe/nea/firmament/hud/RepoDownloadProgress.kt b/src/main/kotlin/moe/nea/firmament/hud/RepoDownloadProgress.kt index b4bc819..3f7c1f7 100644 --- a/src/main/kotlin/moe/nea/firmament/hud/RepoDownloadProgress.kt +++ b/src/main/kotlin/moe/nea/firmament/hud/RepoDownloadProgress.kt @@ -10,7 +10,6 @@ import io.github.cottonmc.cotton.gui.client.ScreenDrawing import io.github.cottonmc.cotton.gui.widget.WWidget import io.github.cottonmc.cotton.gui.widget.data.HorizontalAlignment import io.github.cottonmc.cotton.gui.widget.data.Insets -import net.minecraft.client.util.math.MatrixStack import kotlin.math.roundToInt import kotlin.math.sin import net.minecraft.client.gui.DrawContext -- cgit