From 54f89bcd1a7fb0b92b65d8c0ea3847d635e11133 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 6 Jul 2025 12:45:37 +0200 Subject: Allow adding and removing templates --- .../Base Components/EvolutionPicker/EvolutionPickerMenu.swift | 1 - 1 file changed, 1 deletion(-) (limited to 'Map/Presentation/Base Components/EvolutionPicker') diff --git a/Map/Presentation/Base Components/EvolutionPicker/EvolutionPickerMenu.swift b/Map/Presentation/Base Components/EvolutionPicker/EvolutionPickerMenu.swift index 9478346..94a87d7 100644 --- a/Map/Presentation/Base Components/EvolutionPicker/EvolutionPickerMenu.swift +++ b/Map/Presentation/Base Components/EvolutionPicker/EvolutionPickerMenu.swift @@ -3,7 +3,6 @@ import SwiftUI struct EvolutionPickerMenu: View { @Binding var selectedEvolution: StageType - private func select(_ stageType: StageType) { selectedEvolution = stageType -- cgit