From 7067f231db64e307d4a3d56e652e189cf4692ef0 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 5 Apr 2026 06:58:19 -0500 Subject: refactor(calendar-sync): remove dead function calendar-sync--timezone-name Function was defined but never called anywhere in the codebase. --- modules/calendar-sync.el | 5 ----- 1 file changed, 5 deletions(-) (limited to 'modules') 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'." -- cgit v1.2.3