From 473915cced9deca093cd3d42ab5d3b7ccb646cba Mon Sep 17 00:00:00 2001 From: irungentoo Date: Wed, 31 Dec 2014 18:03:41 -0500 Subject: [PATCH] Remove useless defines. --- toxcore/crypto_core.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/toxcore/crypto_core.h b/toxcore/crypto_core.h index f19a9790..af73638b 100644 --- a/toxcore/crypto_core.h +++ b/toxcore/crypto_core.h @@ -123,9 +123,6 @@ void new_nonce(uint8_t *nonce); #define CRYPTO_PACKET_FRIEND_REQ 32 /* Friend request crypto packet ID. */ #define CRYPTO_PACKET_HARDENING 48 /* Hardening crypto packet ID. */ #define CRYPTO_PACKET_NAT_PING 254 /* NAT ping crypto packet ID. */ -#define CRYPTO_PACKET_GROUP_CHAT_GET_NODES 48 /* Group chat get Nodes packet */ -#define CRYPTO_PACKET_GROUP_CHAT_SEND_NODES 49 /* Group chat send Nodes packet */ -#define CRYPTO_PACKET_GROUP_CHAT_BROADCAST 50 /* Group chat broadcast packet */ /* Create a request to peer. * send_public_key and send_secret_key are the pub/secret keys of the sender.