From 3cc93792da380ea669727bd54687de5f59ed6a77 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Fri, 3 Oct 2014 17:24:56 -0400 Subject: Removed useless variables. --- toxcore/group.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'toxcore/group.h') diff --git a/toxcore/group.h b/toxcore/group.h index bd28b335..2bd3702b 100644 --- a/toxcore/group.h +++ b/toxcore/group.h @@ -37,18 +37,11 @@ typedef struct { uint8_t real_pk[crypto_box_PUBLICKEYBYTES]; uint8_t temp_pk[crypto_box_PUBLICKEYBYTES]; - uint64_t pingid; - uint64_t last_pinged; - uint64_t last_recv; - uint64_t last_recv_msgping; uint32_t last_message_number; uint8_t nick[MAX_NAME_LENGTH]; - uint16_t nick_len; - - uint8_t deleted; - uint64_t deleted_time; + uint8_t nick_len; uint16_t peer_number; } Group_Peer; -- cgit v1.2.3