Remove unused code

This commit is contained in:
ElCeejo 2022-07-22 16:50:33 -07:00 committed by GitHub
parent 72f55abc2d
commit 021bd7f5a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -30,11 +30,6 @@ local vec_add = vector.add
local yaw2dir = minetest.yaw_to_dir
local dir2yaw = minetest.dir_to_yaw
local function vec_raise(v, n)
if not v then return end
return {x = v.x, y = v.y + n, z = v.z}
end
--[[local function debugpart(pos, time, tex)
minetest.add_particle({
pos = pos,
@ -328,4 +323,4 @@ creatura.register_movement_method("creatura:obstacle_avoidance", function(self)
end
end
return func
end)
end)