ace-window.el: Remove obsolete variables

They were around for ~3 years.
master
Oleh Krehel 6 years ago
parent e445b2c29b
commit b93380cdf3
  1. 7
      ace-window.el

@ -420,10 +420,6 @@ LEAF is (PT . WND)."
ol))
wnd-list))))
(define-obsolete-variable-alias
'aw-flip-keys 'aw--flip-keys "0.1.0"
"Use `aw-dispatch-alist' instead.")
(defvar aw-dispatch-function 'aw-dispatch-default
"Function to call when a character not in `aw-keys' is pressed.")
@ -636,9 +632,6 @@ https://github.com/abo-abo/ace-window/wiki/display-buffer."
"Select any window on frame and `tranpose-frame'."
(transpose-frame (window-frame w)))
(define-obsolete-function-alias
'ace-maximize-window 'ace-delete-other-windows "0.10.0")
;;;###autoload
(defun ace-window (arg)
"Select a window.

Loading…
Cancel
Save