Remove unused window-state letvar

This commit is contained in:
Henrik Lissner 2018-06-30 02:56:40 +02:00
parent 1457ec3d15
commit 091a0a5f04
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -183,7 +183,6 @@ delete."
(interactive) (interactive)
(let* ((ignore-window-parameters t) (let* ((ignore-window-parameters t)
(dedicated-p (window-dedicated-p)) (dedicated-p (window-dedicated-p))
(window-state (window-state-get))
(+eshell-enable-new-shell-on-split (+eshell-enable-new-shell-on-split
(or +eshell-enable-new-shell-on-split (frame-parameter nil 'saved-wconf)))) (or +eshell-enable-new-shell-on-split (frame-parameter nil 'saved-wconf))))
(select-window (split-window-horizontally)) (select-window (split-window-horizontally))