From dfef5a4bb5afe6420f92ecaa43759086286285f0 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 4 Apr 2026 15:20:41 -0500 Subject: Remove unused chime--today function Defined and tested but never called from any production code. --- chime.el | 4 ---- 1 file changed, 4 deletions(-) (limited to 'chime.el') 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. -- cgit v1.2.3