From: Auke Kok Date: Thu, 27 Oct 2016 20:59:32 +0000 (-0700) Subject: Core.rotate_and_place: Remove unused call to get_look_pitch() X-Git-Tag: 0.4.15~144 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=380a4b6d60c3269d1d9c79c122ff5259989decd7;p=oweals%2Fminetest.git Core.rotate_and_place: Remove unused call to get_look_pitch() --- diff --git a/builtin/common/misc_helpers.lua b/builtin/common/misc_helpers.lua index e4653d41d..c2dc7514d 100644 --- a/builtin/common/misc_helpers.lua +++ b/builtin/common/misc_helpers.lua @@ -382,7 +382,6 @@ if INIT == "game" then itemstack, pointed_thing) return end - local pitch = placer:get_look_pitch() local fdir = core.dir_to_facedir(placer:get_look_dir()) local wield_name = itemstack:get_name()