From 6ed5b89e5b8c28c220f76988741ab02e0d853d97 Mon Sep 17 00:00:00 2001 From: charmlesscoin Date: Fri, 2 Aug 2013 11:36:39 -0400 Subject: removed getnumfriends() --- core/Messenger.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'core/Messenger.c') diff --git a/core/Messenger.c b/core/Messenger.c index 30f3f658..8f1ed41a 100644 --- a/core/Messenger.c +++ b/core/Messenger.c @@ -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 -- cgit v1.2.3