diff options
Diffstat (limited to 'src/unheard/clock.clj')
| -rw-r--r-- | src/unheard/clock.clj | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/unheard/clock.clj b/src/unheard/clock.clj index 89f18c7..23da73e 100644 --- a/src/unheard/clock.clj +++ b/src/unheard/clock.clj @@ -90,15 +90,6 @@ (reset! mono-clock-freq 1) (cancel)) -(defn clock - "Returns a tuple of [`>clock` `clock`]. - `clock` is an atom representing the current time. - `>clock` is a signal representing the current time." - [] - (let [clock (atom 0) - >clock (m/signal (m/watch clock))] - [>clock clock])) - (defonce numerator (atom 4)) (defonce >numerator (m/signal |
