aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/pl/treksoft/kvision/modal
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin/pl/treksoft/kvision/modal')
-rw-r--r--src/main/kotlin/pl/treksoft/kvision/modal/Modal.kt5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main/kotlin/pl/treksoft/kvision/modal/Modal.kt b/src/main/kotlin/pl/treksoft/kvision/modal/Modal.kt
index 564a9f6f..69a83dfb 100644
--- a/src/main/kotlin/pl/treksoft/kvision/modal/Modal.kt
+++ b/src/main/kotlin/pl/treksoft/kvision/modal/Modal.kt
@@ -107,11 +107,6 @@ open class Modal(caption: String? = null, closeButton: Boolean = true,
return this
}
- open fun removeButtonAt(index: Int): Modal {
- footer.removeAt(index)
- return this
- }
-
open fun removeAllButtons(): Modal {
footer.removeAll()
return this