Skip to content

Commit ab04b7f

Browse files
committedApr 24, 2015
Remove unused variable Client::m_active_blocks
1 parent ac6efa2 commit ab04b7f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

Diff for: ‎src/client.h

-1
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,6 @@ class Client : public con::PeerHandler, public InventoryManager, public IGameDef
573573
bool m_inventory_updated;
574574
Inventory *m_inventory_from_server;
575575
float m_inventory_from_server_age;
576-
std::set<v3s16> m_active_blocks;
577576
PacketCounter m_packetcounter;
578577
bool m_show_highlighted;
579578
// Block mesh animation parameters

0 commit comments

Comments
 (0)
Please sign in to comment.