mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
removed getnumfriends()
This commit is contained in:
parent
a2b4b3fa8d
commit
6ed5b89e5b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user