summaryrefslogtreecommitdiff
path: root/toxcore/network.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/network.c')
-rw-r--r--toxcore/network.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/toxcore/network.c b/toxcore/network.c
index 68ca43e5..08bec13a 100644
--- a/toxcore/network.c
+++ b/toxcore/network.c
@@ -641,8 +641,6 @@ void networking_poll(Networking_Core *net, void *userdata)
641 return; 641 return;
642 } 642 }
643 643
644 unix_time_update();
645
646 IP_Port ip_port; 644 IP_Port ip_port;
647 uint8_t data[MAX_UDP_PACKET_SIZE]; 645 uint8_t data[MAX_UDP_PACKET_SIZE];
648 uint32_t length; 646 uint32_t length;