remove unused GlobalUIComponent - #1357
Conversation
PepperLola
left a comment
There was a problem hiding this comment.
There's a comment in GlobalUIControls.ts referencing GlobalUIComponent.tsx that should probably be removed. The setting of the "global ui controls" that GlobalUIComponent does has been moved to MainHUD, so maybe it's worth moving the comment in GlobalUIComponent.tsx elsewhere? Or maybe it's self-explanatory enough that that's not needed.
AlexD717
left a comment
There was a problem hiding this comment.
lgtm. Everything still works
I think "This is where all the global references to the Global UI controls are located." should be sufficient |
Task
Symptom
GlobalUIComponent contains no code other than
return <></>Solution
remove it
Verification
things seem to still be working
Before merging, ensure the following criteria are met: