int bone_delcontact(BONEHANDLE bhnd, const char *contact)

Description
Removes a Bone contact.

Callback
None (returns immediately)

Notes
The function parameters are the BONEHANDLE and the contact to delete.  Note that the updated contacts list is not sent to the Bone server until calling bone_updatecontacts().

Example

if (bone_delcontact(bhnd, "ima"))
    printf("Unable to delete contact (reason %d).\n", bone_getlasterror());