diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-01-07 14:53:01 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-01-07 14:53:01 +0200 |
commit | ec509fac123432cec18a42da2f2cc214a78651a2 (patch) | |
tree | b8d6f94c0ca39d3b18c7bbd467d8fe5d4cfc4f72 /src/client.h | |
parent | d38ac3aae3340beffb44cdd78a8dfd52828ec503 (diff) | |
download | dragonfireclient-ec509fac123432cec18a42da2f2cc214a78651a2.tar.xz |
removed Client::isFetchingBlocks
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 3 |
1 files changed, 0 insertions, 3 deletions
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<u8> data, bool reliable); - //TODO: Remove - bool isFetchingBlocks(); - // Pops out a packet from the packet queue IncomingPacket getPacket(); |