refactor: doom--last-frame: remove unused symbol

Its last reference was removed in e889b2c. Not sure why this stuck
around for so long.

Ref: 0bb4d4dfcb
This commit is contained in:
Henrik Lissner 2024-04-04 18:04:25 -04:00 committed by Yann Esposito (Yogsototh)
parent d792f0dbb1
commit b3287acbe0
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -95,7 +95,6 @@ want to change your symbol font, use `doom-symbol-font'.")
(inhibit-redisplay t)) (inhibit-redisplay t))
(run-hooks 'doom-switch-buffer-hook))) (run-hooks 'doom-switch-buffer-hook)))
(defvar doom--last-frame nil)
(defun doom-run-switch-window-or-frame-hooks-h (&optional _) (defun doom-run-switch-window-or-frame-hooks-h (&optional _)
(let ((gc-cons-threshold most-positive-fixnum) (let ((gc-cons-threshold most-positive-fixnum)
(inhibit-redisplay t)) (inhibit-redisplay t))