diff --git a/app/src/main/kotlin/com/tutpro/baresip/BaresipService.kt b/app/src/main/kotlin/com/tutpro/baresip/BaresipService.kt index 565b4716..3345fdbc 100644 --- a/app/src/main/kotlin/com/tutpro/baresip/BaresipService.kt +++ b/app/src/main/kotlin/com/tutpro/baresip/BaresipService.kt @@ -1835,7 +1835,6 @@ class BaresipService: Service() { } } - @Suppress("unused") private external fun baresipStart( path: String, addresses: String, @@ -1843,7 +1842,6 @@ class BaresipService: Service() { software: String ) - @Suppress("unused") external fun baresipStop(force: Boolean) @SuppressLint("MutableCollectionMutableState")