From 29285641a4fe20065917eed0f1b02fb49d79a7ce Mon Sep 17 00:00:00 2001 From: Niklas Kapelle Date: Mon, 5 Aug 2024 13:54:31 +0200 Subject: [PATCH] removed unused import --- src/bin/KernelLog.hx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/KernelLog.hx b/src/bin/KernelLog.hx index 7f66e62..41c659e 100644 --- a/src/bin/KernelLog.hx +++ b/src/bin/KernelLog.hx @@ -6,7 +6,6 @@ import lib.Color; import lib.MathI; import kernel.log.Log; import kernel.ui.WindowContext; -import lib.ui.UIApp; using tink.CoreApi;