Skip to content

Commit

Permalink
Remove unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
PerMalmberg committed Oct 14, 2023
1 parent 564864f commit e0c4d68
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/flight/state/Idle.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,9 @@ function Idle.New(fsm)
local s = {}

local settings = fsm.GetSettings()
local enterPos ---@type Vec3
local enterForward ---@type Vec3

function s.Enter()
pub.RegisterTable("FloorMonitor", s.floorMonitor)
enterPos = Current()
enterForward = Forward()
end

function s.Leave()
Expand Down

0 comments on commit e0c4d68

Please sign in to comment.