summaryrefslogtreecommitdiff
path: root/toxcore/group.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-10-03 17:24:56 -0400
committerirungentoo <irungentoo@gmail.com>2014-10-03 17:24:56 -0400
commit3cc93792da380ea669727bd54687de5f59ed6a77 (patch)
treef969b475505b006ac6b7e40f06fb8770cf99045d /toxcore/group.h
parentc05cd74870327bf3cc8f7bd3b889438456eabe32 (diff)
Removed useless variables.
Diffstat (limited to 'toxcore/group.h')
-rw-r--r--toxcore/group.h9
1 files changed, 1 insertions, 8 deletions
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 {
37 uint8_t real_pk[crypto_box_PUBLICKEYBYTES]; 37 uint8_t real_pk[crypto_box_PUBLICKEYBYTES];
38 uint8_t temp_pk[crypto_box_PUBLICKEYBYTES]; 38 uint8_t temp_pk[crypto_box_PUBLICKEYBYTES];
39 39
40 uint64_t pingid;
41 uint64_t last_pinged;
42
43 uint64_t last_recv; 40 uint64_t last_recv;
44 uint64_t last_recv_msgping;
45 uint32_t last_message_number; 41 uint32_t last_message_number;
46 42
47 uint8_t nick[MAX_NAME_LENGTH]; 43 uint8_t nick[MAX_NAME_LENGTH];
48 uint16_t nick_len; 44 uint8_t nick_len;
49
50 uint8_t deleted;
51 uint64_t deleted_time;
52 45
53 uint16_t peer_number; 46 uint16_t peer_number;
54} Group_Peer; 47} Group_Peer;