removed getnumfriends()

This commit is contained in:
charmlesscoin 2013-08-02 11:36:39 -04:00
parent a2b4b3fa8d
commit 6ed5b89e5b

View File

@ -71,12 +71,6 @@ int getfriend_id(uint8_t *client_id)
return -1;
}
/* Returns number of friends */
int getnumfriends()
{
return numfriends;
}
/* copies the public key associated to that friend id into client_id buffer.
make sure that client_id is of size CLIENT_ID_SIZE.
return 0 if success