Remove an unused function.

Bu işleme şunda yer alıyor:
Christopher Head
2016-11-16 21:13:53 -08:00
işlemeyi yapan: sfan5
ebeveyn 95fedc88bc
işleme 203aaf3c90

Dosyayı Görüntüle

@ -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.
--