summaryrefslogtreecommitdiff
path: root/mesecons/util.lua
diff options
context:
space:
mode:
Diffstat (limited to 'mesecons/util.lua')
-rw-r--r--mesecons/util.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/mesecons/util.lua b/mesecons/util.lua
index c9ba7fc..39f5696 100644
--- a/mesecons/util.lua
+++ b/mesecons/util.lua
@@ -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.
--