From 203aaf3c90d7397210f429f008b836920794d07d Mon Sep 17 00:00:00 2001 From: Christopher Head Date: Wed, 16 Nov 2016 21:13:53 -0800 Subject: Remove an unused function. --- mesecons/util.lua | 5 ----- 1 file changed, 5 deletions(-) (limited to 'mesecons') 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. -- -- cgit v1.2.3