diff --git a/libtransmission/peer-mgr.h b/libtransmission/peer-mgr.h index 727f34766..d67e18669 100644 --- a/libtransmission/peer-mgr.h +++ b/libtransmission/peer-mgr.h @@ -110,12 +110,6 @@ typedef struct tr_peer time_t chokeChangedAt; - time_t lastBlocksAtTime; - int blocksAt[60]; - - time_t lastCancelTime; - int cancelAt[60]; - tr_recentHistory * blocksSentToClient; tr_recentHistory * blocksSentToPeer;