Skip to content

Commit

Permalink
Remove an unused function.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hawk777 authored and sfan5 committed Nov 17, 2016
1 parent 95fedc8 commit 203aaf3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mesecons/util.lua
Expand Up @@ -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.
--
Expand Down

0 comments on commit 203aaf3

Please sign in to comment.