From aa71352e928a7f48bb2a1513e4e16d62abdb733b Mon Sep 17 00:00:00 2001 From: Laurent Date: Tue, 7 Mar 2023 16:19:45 +0100 Subject: [PATCH] cleanup --- LeCountdown/Intent/StartTimerIntent.swift | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/LeCountdown/Intent/StartTimerIntent.swift b/LeCountdown/Intent/StartTimerIntent.swift index d76dfcd..8fecd74 100644 --- a/LeCountdown/Intent/StartTimerIntent.swift +++ b/LeCountdown/Intent/StartTimerIntent.swift @@ -56,13 +56,3 @@ struct StartTimerIntent: AppIntent, CustomIntentMigratedAppIntent { } } - -//fileprivate extension IntentDialog { -// static func timerParameterPrompt(timer: TimerIdentifierAppEntity) -> Self { -// "This is the mandatory prompt for your \(timer)" -// } -// static func responseSuccess(timer: TimerIdentifierAppEntity) -> Self { -// "\(timer) has been launched" -// } -//} -