Minetest-WorldEdit/worldedit
HybridDog 0632f6b41b Remove unused variables and assignments
The removal of unused variables can improve the detection of mistakes with luacheck;
for example, it can detect if the wrong argument is passed to a function because of a copy-paste mistake.

Setting `src_data` and `dst_data` to `nil` in `worldedit.stack2`,
which might enable an earlier garbage collection,
looks like an unneeded micro-optimisation.
2023-06-17 12:11:44 +02:00
..
textures Added a WorldEdit wand item that can be used to select areas with worldedit. 2016-01-22 22:24:17 +01:00
code.lua Switch bare vectors to vector.new() 2023-06-09 14:49:58 +02:00
common.lua Switch bare vectors to vector.new() 2023-06-09 14:49:58 +02:00
compatibility.lua Fix undefined variable access in `worldedit.metaload` 2023-06-09 19:47:31 +02:00
cuboid.lua Remove trailing whitespaces 2023-06-09 19:51:10 +02:00
init.lua Add automated tests for WorldEdit API functions that run under CI 2021-09-20 23:10:04 +02:00
manipulations.lua Remove unused variables and assignments 2023-06-17 12:11:44 +02:00
mod.conf Remove deprecated depends.txt, add descriptions to mod.conf 2019-07-17 02:15:04 +02:00
primitives.lua Fix tab after space indentations 2023-06-09 19:51:10 +02:00
serialization.lua Remove unused variables and assignments 2023-06-17 12:11:44 +02:00
test.lua Switch bare vectors to vector.new() 2023-06-09 14:49:58 +02:00
visualization.lua Switch bare vectors to vector.new() 2023-06-09 14:49:58 +02:00