summaryrefslogtreecommitdiff
path: root/toxcore/Messenger.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/Messenger.h')
-rw-r--r--toxcore/Messenger.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/toxcore/Messenger.h b/toxcore/Messenger.h
index 1f22f423..045bccde 100644
--- a/toxcore/Messenger.h
+++ b/toxcore/Messenger.h
@@ -173,10 +173,6 @@ typedef struct {
173 } packethandlers[PACKET_ID_LOSSY_RANGE_SIZE]; 173 } packethandlers[PACKET_ID_LOSSY_RANGE_SIZE];
174} Friend; 174} Friend;
175 175
176typedef struct {
177 uint32_t friend_num;
178 IP_Port ip_port;
179} Online_Friend;
180 176
181typedef struct Messenger { 177typedef struct Messenger {
182 178
@@ -200,7 +196,6 @@ typedef struct Messenger {
200 Friend *friendlist; 196 Friend *friendlist;
201 uint32_t numfriends; 197 uint32_t numfriends;
202 198
203 Online_Friend *online_friendlist;
204 uint32_t numonline_friends; 199 uint32_t numonline_friends;
205 200
206 Group_Chat **chats; 201 Group_Chat **chats;