From 7f17018f89bf18845a1dda2b27c27a237b5b3c4f Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Sun, 22 Mar 2026 11:14:05 +0200 Subject: [PATCH] Remvoved redundant Suppress --- app/src/main/kotlin/com/tutpro/baresip/Api.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/kotlin/com/tutpro/baresip/Api.kt b/app/src/main/kotlin/com/tutpro/baresip/Api.kt index dd1e52b9..ffe97ab6 100644 --- a/app/src/main/kotlin/com/tutpro/baresip/Api.kt +++ b/app/src/main/kotlin/com/tutpro/baresip/Api.kt @@ -61,7 +61,6 @@ object Api { external fun account_dtmfmode(acc: Long): Int external fun account_set_dtmfmode(acc: Long, mode: Int): Int external fun account_extra(acc: Long): String - @Suppress("unused") external fun account_debug(acc: Long) external fun uag_reset_transp(register: Boolean, reinvite: Boolean)