Skip to content
Snippets Groups Projects
Commit 203aaf3c authored by Christopher Head's avatar Christopher Head Committed by sfan5
Browse files

Remove an unused function.

parent 95fedc88
No related branches found
No related tags found
No related merge requests found
......@@ -231,11 +231,6 @@ local function hash_blockpos(pos)
})
end
-- convert block hash --> node position
local function unhash_blockpos(hash)
return vector.multiply(minetest.get_position_from_hash(hash), BLOCKSIZE)
end
-- Maps from a hashed mapblock position (as returned by hash_blockpos) to a
-- table.
--
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment