diff --git a/interfaces/src/main/kotlin/com/noxcrew/interfaces/view/AbstractInterfaceView.kt b/interfaces/src/main/kotlin/com/noxcrew/interfaces/view/AbstractInterfaceView.kt index 2d8ed06..695448d 100644 --- a/interfaces/src/main/kotlin/com/noxcrew/interfaces/view/AbstractInterfaceView.kt +++ b/interfaces/src/main/kotlin/com/noxcrew/interfaces/view/AbstractInterfaceView.kt @@ -17,7 +17,6 @@ import com.noxcrew.interfaces.utilities.CollapsablePaneMap import com.noxcrew.interfaces.utilities.InterfacesCoroutineDetails import com.noxcrew.interfaces.utilities.forEachInGrid import kotlinx.coroutines.Job -import kotlinx.coroutines.async import kotlinx.coroutines.launch import kotlinx.coroutines.sync.Mutex import kotlinx.coroutines.withTimeout @@ -257,7 +256,7 @@ public abstract class AbstractInterfaceView