mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Remove dead code (#10845)
This commit is contained in:
parent
67aa75d444
commit
4c76239818
31 changed files with 8 additions and 331 deletions
|
@ -792,7 +792,7 @@ void MapgenV6::flowMud(s16 &mudflow_minpos, s16 &mudflow_maxpos)
|
|||
v3s16(0, 0, -1), // Front
|
||||
v3s16(-1, 0, 0), // Left
|
||||
};
|
||||
|
||||
|
||||
// Iterate twice
|
||||
for (s16 k = 0; k < 2; k++) {
|
||||
for (s16 z = mudflow_minpos; z <= mudflow_maxpos; z++)
|
||||
|
@ -1055,7 +1055,6 @@ void MapgenV6::growGrass() // Add surface nodes
|
|||
MapNode n_dirt_with_grass(c_dirt_with_grass);
|
||||
MapNode n_dirt_with_snow(c_dirt_with_snow);
|
||||
MapNode n_snowblock(c_snowblock);
|
||||
MapNode n_snow(c_snow);
|
||||
const v3s16 &em = vm->m_area.getExtent();
|
||||
|
||||
u32 index = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue