Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonLab committed Mar 20, 2020
1 parent e9ef95e commit 872edac
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Timer.elm
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ actionTimerEncode action =
-}


startedAtToMillis : Timer -> Int
startedAtToMillis timer =
Time.posixToMillis timer.startedAt


timerToMillis : Timer -> Maybe Int
timerToMillis timer =
Maybe.map2
Expand Down

0 comments on commit 872edac

Please sign in to comment.