mpc-last-seek-time and mpc--faster are no longer used

* lisp/mpc.el (mpc-last-seek-time, mpc--faster):
Add a FIXME; should they be removed?
This commit is contained in:
Paul Eggert 2026-06-05 18:59:25 -07:00
parent 4fd59d0eba
commit 2f69971714

View file

@ -2570,6 +2570,9 @@ If stopped, start playback."
(t (mpc-proc-cmd "previous")))
(mpc-status-refresh)))
;; FIXME - mpc-last-seek-time and mpc--faster are no longer used;
;; remove them?
(defvar mpc-last-seek-time '(0 . 0))
(defun mpc--faster (event speedup step)