From 59e3b5a266cf938e1037cc7b9406d8d9931f78df Mon Sep 17 00:00:00 2001 From: templeofshadow Date: Thu, 25 Jun 2026 15:02:12 -0500 Subject: [PATCH] remove redundant assignMonitor function --- main.lua | 8 -------- 1 file changed, 8 deletions(-) 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,