Remove unused imports (#344)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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>(
|
||||
|
||||
Reference in New Issue
Block a user