remove redundant assignMonitor function

This commit is contained in:
2026-06-25 15:02:12 -05:00
parent c436363b98
commit 59e3b5a266

View File

@@ -100,14 +100,6 @@ local function identifyMonitor(monitorType)
} }
end end
local function assignMonitor(monitorType, monitorData)
if monitorType == "instrument_panel" then
Config.Monitors.InstrumentPanelMonitor = monitorData
elseif monitorType == "autopilot_control" then
Config.Monitors.AutopilotControlMonitor = monitorData
end
end
-- Autopilot -- Autopilot
Config.Autopilot = { Config.Autopilot = {
AutopilotEngaged = false, AutopilotEngaged = false,