mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 16:13:46 +01:00
Remove unused variable Client::m_active_blocks
This commit is contained in:
parent
ac6efa2539
commit
ab04b7fe94
@ -573,7 +573,6 @@ private:
|
|||||||
bool m_inventory_updated;
|
bool m_inventory_updated;
|
||||||
Inventory *m_inventory_from_server;
|
Inventory *m_inventory_from_server;
|
||||||
float m_inventory_from_server_age;
|
float m_inventory_from_server_age;
|
||||||
std::set<v3s16> m_active_blocks;
|
|
||||||
PacketCounter m_packetcounter;
|
PacketCounter m_packetcounter;
|
||||||
bool m_show_highlighted;
|
bool m_show_highlighted;
|
||||||
// Block mesh animation parameters
|
// Block mesh animation parameters
|
||||||
|
Loading…
Reference in New Issue
Block a user