Skip to content

Commit dacf560

Browse files
authored
Resolve circular dependency of WorldView and CommandMode (#6679)
This removes an import that was added in a change in 2021 but its use was removed shortly after.
1 parent 3cde94e commit dacf560

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

changelog/snippets/other.6679.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- (#6679) Resolve circular dependency of WorldView and CommandMode.

lua/ui/game/commandmode.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ local watchForQueueChange = import("/lua/ui/game/construction.lua").watchForQueu
1414
local checkBadClean = import("/lua/ui/game/construction.lua").checkBadClean
1515
local EnhancementQueueFile = import("/lua/ui/notify/enhancementqueue.lua")
1616

17-
local WorldView = import("/lua/ui/controls/worldview.lua")
1817
local GameMain = import("/lua/ui/game/gamemain.lua")
1918
local RadialDragger = import("/lua/ui/controls/draggers/radial.lua").RadialDragger
2019

0 commit comments

Comments
 (0)