[-] Remove unused backend code

This commit is contained in:
Hykilpikonna
2021-01-27 21:35:20 -05:00
parent 50d79cfc40
commit 9373aecc86
14 changed files with 5 additions and 567 deletions
+5
View File
@@ -118,6 +118,11 @@ class AlarmTableCell: UITableViewCell
}
}
updateActivationTime()
}
func updateActivationTime()
{
// Show next activation date
if alarm.enabled, let n = alarm.nextActivate {
goingOffText.text = "(Going off in \(n.timeIntervalSince(Date()).str()))"