No need for contact related API functions

This commit is contained in:
Juha Heinanen
2021-04-03 17:42:20 +03:00
parent 27c3796fe6
commit 10a09d15f3
3 changed files with 0 additions and 26 deletions
@@ -31,7 +31,6 @@ class Contact(var name: String, var uri: String, var color: Int, val id: Long) {
val content = Utils.getFileContents(BaresipService.filesPath + "/contacts")
?: return false
val contacts = String(content)
Api.contacts_remove()
BaresipService.contacts.clear()
var contactNo = 0
val baseId = System.currentTimeMillis()