From a93980e1443972c3284db21e314e6a58bcdacdb0 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Fri, 30 Aug 2013 21:13:40 -0400 Subject: Cleaned up pull request. --- toxcore/DHT.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'toxcore/DHT.h') diff --git a/toxcore/DHT.h b/toxcore/DHT.h index 88073779..23a664bb 100644 --- a/toxcore/DHT.h +++ b/toxcore/DHT.h @@ -55,12 +55,6 @@ typedef struct { uint64_t ret_timestamp; } Client_data; -/* Used in the comparison function for sorting lists of Client_data. */ -typedef struct { - Client_data c1; - Client_data c2; -} ClientPair; - /*----------------------------------------------------------------------------------*/ typedef struct { @@ -106,8 +100,6 @@ typedef struct { } DHT; /*----------------------------------------------------------------------------------*/ -/* Create the declaration for a quick sort for ClientPair structures. */ -declare_quick_sort(ClientPair); Client_data *DHT_get_close_list(DHT *dht); -- cgit v1.2.3