aboutsummaryrefslogtreecommitdiff
path: root/chime.el
diff options
context:
space:
mode:
Diffstat (limited to 'chime.el')
-rw-r--r--chime.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/chime.el b/chime.el
index 708f5a2..3e3ac98 100644
--- a/chime.el
+++ b/chime.el
@@ -640,10 +640,6 @@ in order to ignore seconds."
(length)
(= 1)))
-(defun chime--today ()
- "Get the timestamp for the beginning of current day."
- (apply 'encode-time
- (append '(0 0 0) (nthcdr 3 (decode-time (current-time))))))
(defun chime--timestamp-within-interval-p (timestamp interval)
"Check whether TIMESTAMP is within notification INTERVAL.