emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/activities a28cc52c1c 8/9: Tidy: Remove commented code


From: ELPA Syncer
Subject: [elpa] externals/activities a28cc52c1c 8/9: Tidy: Remove commented code
Date: Sat, 13 Jul 2024 12:57:42 -0400 (EDT)

branch: externals/activities
commit a28cc52c1c45e7cc6b314d9dc39269a1e888f6d4
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Tidy: Remove commented code
    
    This held the only reference to the removed variable.
---
 activities-tabs.el | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/activities-tabs.el b/activities-tabs.el
index 8432914fdf..486d3ca354 100644
--- a/activities-tabs.el
+++ b/activities-tabs.el
@@ -219,19 +219,6 @@ activity's name is NAME."
   "Called before resuming ACTIVITY."
   (run-hook-with-args 'activities-tabs-before-resume-functions activity))
 
-;; (defun activity-tabs-switch-to-tab (activity)
-;;   "Switch to a tab for ACTIVITY."
-;;   (pcase-let* (((cl-struct activity name) activity)
-;;                (tab (cl-find-if (lambda (tab)
-;;                                   (when-let ((tab-activity (alist-get 
'activity tab)))
-;;                                     (equal name (activity-name 
tab-activity))))
-;;                                 (funcall tab-bar-tabs-function))) 
-;;                (tab-name (if tab
-;;                              (alist-get 'name tab)
-;;                            (concat activity-tabs-prefix
-;;                                    (string-remove-prefix 
activity-bookmark-prefix name)))))
-;;     (tab-bar-switch-to-tab tab-name)))
-
 ;;;; Footer
 
 (provide 'activities-tabs)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]