Removed unnecessary Suppress'es

This commit is contained in:
Juha Heinanen
2025-12-25 06:08:16 +02:00
parent f6751b3c5f
commit 58688f31df

View File

@ -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")