From c204db0d47d5636a7a5342d096175055c3f16302 Mon Sep 17 00:00:00 2001 From: Username404-59 Date: Fri, 24 May 2024 22:06:14 +0200 Subject: [PATCH] Remove a useless import in Keystrokes.kt Signed-off-by: Username404-59 --- .../kotlin/fr/username404/snowygui/gui/feature/Keystrokes.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/common/src/main/kotlin/fr/username404/snowygui/gui/feature/Keystrokes.kt b/common/src/main/kotlin/fr/username404/snowygui/gui/feature/Keystrokes.kt index 644d887..605ebc5 100644 --- a/common/src/main/kotlin/fr/username404/snowygui/gui/feature/Keystrokes.kt +++ b/common/src/main/kotlin/fr/username404/snowygui/gui/feature/Keystrokes.kt @@ -1,6 +1,5 @@ package fr.username404.snowygui.gui.feature -import com.mojang.blaze3d.vertex.PoseStack import fr.username404.snowygui.config.Configuration import fr.username404.snowygui.gui.ColoredElement import fr.username404.snowygui.gui.Renderable