mirror of
				https://github.com/minetest-mods/mesecons.git
				synced 2025-11-04 12:55:29 +01:00 
			
		
		
		
	Remove an unused function.
This commit is contained in:
		@@ -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.
 | 
			
		||||
--
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user