summaryrefslogtreecommitdiff
path: root/modules/calendar-sync.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-04-05 06:58:19 -0500
committerCraig Jennings <c@cjennings.net>2026-04-05 06:58:19 -0500
commitbd18537db56ddde552757916623cdb66942caa4c (patch)
treeceff079d7a8b74ed4d07750a2e355fcc4551a34c /modules/calendar-sync.el
parente4e0078f902fb6dcd806d1d1f652a36de3259970 (diff)
downloaddotemacs-bd18537db56ddde552757916623cdb66942caa4c.tar.gz
dotemacs-bd18537db56ddde552757916623cdb66942caa4c.zip
refactor(calendar-sync): remove dead function calendar-sync--timezone-name
Function was defined but never called anywhere in the codebase.
Diffstat (limited to 'modules/calendar-sync.el')
-rw-r--r--modules/calendar-sync.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/calendar-sync.el b/modules/calendar-sync.el
index fc9736b5..d9889b08 100644
--- a/modules/calendar-sync.el
+++ b/modules/calendar-sync.el
@@ -159,11 +159,6 @@ Returns negative for west of UTC, positive for east.
Example: -21600 for CST (UTC-6), -28800 for PST (UTC-8)."
(car (current-time-zone)))
-(defun calendar-sync--timezone-name ()
- "Get human-readable timezone name.
-Returns string like 'CST' or 'PST'."
- (cadr (current-time-zone)))
-
(defun calendar-sync--format-timezone-offset (offset)
"Format timezone OFFSET (in seconds) as human-readable string.
Example: -21600 → 'UTC-6' or 'UTC-6:00'."