Skip to content

Commit b93380c

Browse files
committed
ace-window.el: Remove obsolete variables
They were around for ~3 years.
1 parent e445b2c commit b93380c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ace-window.el

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -420,10 +420,6 @@ LEAF is (PT . WND)."
420420
ol))
421421
wnd-list))))
422422

423-
(define-obsolete-variable-alias
424-
'aw-flip-keys 'aw--flip-keys "0.1.0"
425-
"Use `aw-dispatch-alist' instead.")
426-
427423
(defvar aw-dispatch-function 'aw-dispatch-default
428424
"Function to call when a character not in `aw-keys' is pressed.")
429425

@@ -636,9 +632,6 @@ https://github.com/abo-abo/ace-window/wiki/display-buffer."
636632
"Select any window on frame and `tranpose-frame'."
637633
(transpose-frame (window-frame w)))
638634

639-
(define-obsolete-function-alias
640-
'ace-maximize-window 'ace-delete-other-windows "0.10.0")
641-
642635
;;;###autoload
643636
(defun ace-window (arg)
644637
"Select a window.

0 commit comments

Comments
 (0)