diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-04 15:20:41 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-04 15:20:41 -0500 |
| commit | dfef5a4bb5afe6420f92ecaa43759086286285f0 (patch) | |
| tree | 44fa41395e9b35658feea11c11e0bb9c43814191 /chime.el | |
| parent | 4c9730a6e88f1f0173d9712311f65f348d211f4e (diff) | |
| download | chime-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.el | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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. |
