diff --git a/main.lua b/main.lua index 3e178be..f0990c9 100644 --- a/main.lua +++ b/main.lua @@ -100,14 +100,6 @@ local function identifyMonitor(monitorType) } 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 Config.Autopilot = { AutopilotEngaged = false,