From 7a75a3199a2f93d61ff0a46680cde8f993b5d7f0 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Mon, 20 Jun 2022 23:50:59 -0700 Subject: [PATCH] delete loadComplete that does nothing --- MeshtasticApple/Views/Settings/LoRaConfig.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/MeshtasticApple/Views/Settings/LoRaConfig.swift b/MeshtasticApple/Views/Settings/LoRaConfig.swift index 08b89f05..7bef9ffa 100644 --- a/MeshtasticApple/Views/Settings/LoRaConfig.swift +++ b/MeshtasticApple/Views/Settings/LoRaConfig.swift @@ -189,8 +189,6 @@ struct LoRaConfig: View { @State private var isPresentingSaveConfirm: Bool = false @State var initialLoad: Bool = true - @State var loadComplete: Bool = false - @State var region = 0 @State var modemPreset = 0 @@ -293,7 +291,6 @@ struct LoRaConfig: View { self.modemPreset = Int(node.loRaConfig?.modemPreset ?? 0) self.hasChanges = false self.initialLoad = false - self.loadComplete = true } } .onChange(of: region) { newRegion in