branch: externals/ivy-posframe
commit 52807fd9809074c565372b13e9997d237c4d4164
Author: Feng Shu <[email protected]>
Commit: Feng Shu <[email protected]>
* ivy-posframe.el (ivy-posframe-enable): Removed, use ivy-posframe-mode
instead.
---
ivy-posframe.el | 6 ------
1 file changed, 6 deletions(-)
diff --git a/ivy-posframe.el b/ivy-posframe.el
index 9f28b39..eb6916d 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -591,12 +591,6 @@ This variable is useful for `ivy-posframe-read-action' .")
(advice-remove (car elm) (cdr elm)))
ivy-posframe-advice-alist)))
-;;;###autoload
-(defun ivy-posframe-enable ()
- (interactive)
- (ivy-posframe-mode 1)
- (message "ivy-posframe: suggest use `ivy-posframe-mode' instead."))
-
(provide 'ivy-posframe)
;; Local Variables: