1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

removed Client::isFetchingBlocks

This commit is contained in:
Perttu Ahola 2011-01-07 14:53:01 +02:00
parent d38ac3aae3
commit ec509fac12
2 changed files with 0 additions and 22 deletions

View file

@ -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();