summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h3
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();