From 321fadf3b8381b9d33cb6c5208d0bf6c4d7923f7 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 9 Feb 2020 00:02:38 +0100 Subject: Simplify bindings definitions for remote components (select, typeahead) --- .../main/kotlin/pl/treksoft/kvision/remote/KVServiceManager.kt | 8 -------- 1 file changed, 8 deletions(-) (limited to 'kvision-modules/kvision-common-remote/src/main/kotlin') 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 @@ -110,14 +110,6 @@ expect open class KVServiceManager(serviceClass: KClass) { route: String? = null ) - /** - * 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 - ) - /** * Binds a given function of the receiver as a tabulator component source * @param function a function of the receiver -- cgit