summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toxcore/Messenger.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/toxcore/Messenger.c b/toxcore/Messenger.c
index 400782aa..3cc2f851 100644
--- a/toxcore/Messenger.c
+++ b/toxcore/Messenger.c
@@ -2004,8 +2004,6 @@ static int handle_packet(void *object, int i, uint8_t *temp, uint16_t len)
2004 2004
2005 case PACKET_ID_MESSAGE: 2005 case PACKET_ID_MESSAGE:
2006 case PACKET_ID_ACTION: { 2006 case PACKET_ID_ACTION: {
2007 const uint8_t *message_id = data;
2008
2009 if (data_length == 0) 2007 if (data_length == 0)
2010 break; 2008 break;
2011 2009