From 5abcb7e32e3132d77237d22e36d03d1018388407 Mon Sep 17 00:00:00 2001 From: "Tux3 / Mlkj / !Lev.uXFMLA" Date: Wed, 10 Sep 2014 19:47:14 +0200 Subject: Remove unused function in DHT.c --- toxcore/DHT.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/toxcore/DHT.c b/toxcore/DHT.c index 6bd23081..fb326c9b 100644 --- a/toxcore/DHT.c +++ b/toxcore/DHT.c @@ -65,11 +65,6 @@ /* Number of get node requests to send to quickly find close nodes. */ #define MAX_BOOTSTRAP_TIMES 10 -Client_data *DHT_get_close_list(DHT *dht) -{ - return dht->close_clientlist; -} - /* Compares client_id1 and client_id2 with client_id. * * return 0 if both are same distance. -- cgit v1.2.3