[-] Remove unused walk and jump actions

This commit is contained in:
Hykilpikonna
2021-01-27 17:46:05 -05:00
parent 75c9ef4a85
commit dba4c6c7d0
2 changed files with 0 additions and 12 deletions
@@ -91,10 +91,6 @@ class AlarmActivationViewController: UIViewController
{
switch alarm.wakeMethod.name
{
case "Walk":
walkAction()
case "Jump":
jumpAction()
case "Factor":
self.puzzleAnswers = factorAction(puzzleQuestionLabel: puzzleQuestionLabel)
puzzleView.isHidden = false