diff options
Diffstat (limited to 'kvision-modules/kvision-common-remote')
-rw-r--r-- | kvision-modules/kvision-common-remote/src/main/kotlin/pl/treksoft/kvision/remote/KVServiceManager.kt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/kvision-modules/kvision-common-remote/src/main/kotlin/pl/treksoft/kvision/remote/KVServiceManager.kt b/kvision-modules/kvision-common-remote/src/main/kotlin/pl/treksoft/kvision/remote/KVServiceManager.kt index 09239fdd..71c7d641 100644 --- a/kvision-modules/kvision-common-remote/src/main/kotlin/pl/treksoft/kvision/remote/KVServiceManager.kt +++ b/kvision-modules/kvision-common-remote/src/main/kotlin/pl/treksoft/kvision/remote/KVServiceManager.kt @@ -111,14 +111,6 @@ expect open class KVServiceManager<T : Any>(serviceClass: KClass<T>) { ) /** - * Binds a given function of the receiver as a select options source - * @param function a function of the receiver - */ - protected fun bindSelectRemote( - function: suspend T.(String?, String?, String?) -> List<RemoteOption> - ) - - /** * Binds a given function of the receiver as a tabulator component source * @param function a function of the receiver */ |