Remove unused imports (#344)

This commit is contained in:
Abe Pazos
2024-06-24 10:02:34 +02:00
committed by GitHub
parent b7ee7dcf79
commit c5fb56626c
150 changed files with 127 additions and 304 deletions

View File

@@ -1,7 +1,6 @@
package org.openrndr.panel.elements
import kotlinx.coroutines.yield
import org.openrndr.color.ColorRGBa
import org.openrndr.events.Event
import org.openrndr.launch
import org.openrndr.math.Vector2

View File

@@ -4,9 +4,7 @@ import kotlinx.coroutines.Job
import kotlinx.coroutines.yield
import org.openrndr.draw.Drawer
import org.openrndr.launch
import org.openrndr.panel.elements.*
import org.openrndr.panel.hash.watchHash
import kotlin.reflect.KMutableProperty0
class WatchObjectDiv<T:Any>(
val watchObject: T,

View File

@@ -4,7 +4,6 @@ import kotlinx.coroutines.Job
import kotlinx.coroutines.yield
import org.openrndr.draw.Drawer
import org.openrndr.launch
import org.openrndr.panel.elements.*
import kotlin.reflect.KMutableProperty0
class WatchPropertyDiv<T : Any>(