Remove useless defines.

This commit is contained in:
irungentoo 2014-12-31 18:03:41 -05:00
parent 8ac13beea4
commit 473915cced
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

@ -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.