From ec509fac123432cec18a42da2f2cc214a78651a2 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Fri, 7 Jan 2011 14:53:01 +0200 Subject: removed Client::isFetchingBlocks --- src/client.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/client.h') diff --git a/src/client.h b/src/client.h index c56b615cb..b96ddcbcf 100644 --- a/src/client.h +++ b/src/client.h @@ -145,9 +145,6 @@ public: bool AsyncProcessData(); void Send(u16 channelnum, SharedBuffer data, bool reliable); - //TODO: Remove - bool isFetchingBlocks(); - // Pops out a packet from the packet queue IncomingPacket getPacket(); -- cgit v1.2.3