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
parent 0b93ecf42c
commit 8d370d5608
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

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))