aboutsummaryrefslogtreecommitdiff
path: root/chime.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-04-04 15:20:41 -0500
committerCraig Jennings <c@cjennings.net>2026-04-04 15:20:41 -0500
commitdfef5a4bb5afe6420f92ecaa43759086286285f0 (patch)
tree44fa41395e9b35658feea11c11e0bb9c43814191 /chime.el
parent4c9730a6e88f1f0173d9712311f65f348d211f4e (diff)
downloadchime-dfef5a4bb5afe6420f92ecaa43759086286285f0.tar.gz
chime-dfef5a4bb5afe6420f92ecaa43759086286285f0.zip
Remove unused chime--today function
Defined and tested but never called from any production code.
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.