summaryrefslogtreecommitdiff
path: root/mesecons
diff options
context:
space:
mode:
authorChristopher Head <chead@chead.ca>2016-11-16 21:13:53 -0800
committersfan5 <sfan5@live.de>2016-11-17 14:55:02 +0100
commit203aaf3c90d7397210f429f008b836920794d07d (patch)
tree3b1f7bd9cf4ae0a72feb8f3bf10b40b0a9dd9269 /mesecons
parent95fedc88bcf11eb5c5e42afe397c74e57819c8c9 (diff)
downloadmesecons-203aaf3c90d7397210f429f008b836920794d07d.tar
mesecons-203aaf3c90d7397210f429f008b836920794d07d.tar.gz
mesecons-203aaf3c90d7397210f429f008b836920794d07d.tar.bz2
mesecons-203aaf3c90d7397210f429f008b836920794d07d.tar.xz
mesecons-203aaf3c90d7397210f429f008b836920794d07d.zip
Remove an unused function.
Diffstat (limited to 'mesecons')
-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.
--