Skip to content

Commit 203aaf3

Browse files
Hawk777sfan5
authored andcommittedNov 17, 2016
Remove an unused function.
1 parent 95fedc8 commit 203aaf3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎mesecons/util.lua

-5
Original file line numberDiff line numberDiff line change
@@ -231,11 +231,6 @@ local function hash_blockpos(pos)
231231
})
232232
end
233233

234-
-- convert block hash --> node position
235-
local function unhash_blockpos(hash)
236-
return vector.multiply(minetest.get_position_from_hash(hash), BLOCKSIZE)
237-
end
238-
239234
-- Maps from a hashed mapblock position (as returned by hash_blockpos) to a
240235
-- table.
241236
--

0 commit comments

Comments
 (0)
Please sign in to comment.