aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWalker Selby <git@walkerselby.com>2023-10-26 15:47:18 +0100
committernea <nea@nea.moe>2023-10-26 19:47:03 +0200
commit0aa61632a48bdcf78f07920cd8b92b9f92b8681c (patch)
treea012627b4f080ab04a1333a9d1b85bdfe8674f71
parent9a722106a5762041198fd7701272f4f9e6f9cde9 (diff)
downloadFirmament-0aa61632a48bdcf78f07920cd8b92b9f92b8681c.tar.gz
Firmament-0aa61632a48bdcf78f07920cd8b92b9f92b8681c.tar.bz2
Firmament-0aa61632a48bdcf78f07920cd8b92b9f92b8681c.zip
Remove unused import in RepoDownloadProgress.kt
[no changelog]
-rw-r--r--src/main/kotlin/moe/nea/firmament/hud/RepoDownloadProgress.kt1
1 files changed, 0 insertions, 1 deletions
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