Skip to content

Commit a7cb6c4

Browse files
authored
Merge pull request #3 from bjorkert/remove-leftover-code
Remove a line of dead code
2 parents 4b203de + e434474 commit a7cb6c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Loop/Views/SettingsView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ public struct SettingsView: View {
3030
@State private var therapySettingsIsPresented: Bool = false
3131
@State private var deletePumpDataAlertIsPresented = false
3232
@State private var deleteCGMDataAlertIsPresented = false
33-
@State internal var enhancedAutoBolusIsPresented: Bool = false
3433
@State internal var isGlucoseBasedApplicationFactorEnabled = UserDefaults.standard.bool(forKey: "applyExperimentalGlucoseBasedApplicationFactor")
3534

3635
var localizedAppNameAndVersion: String

0 commit comments

Comments
 (0)