[-] Remove unused backend code
This commit is contained in:
@@ -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()))"
|
||||
|
||||
Reference in New Issue
Block a user