branch: externals/ivy-posframe
commit f4e17ae75de16633776518ef2cc29532960218b3
Author: conao3 <[email protected]>
Commit: conao3 <[email protected]>

    remove unneeded configure alist variable
---
 ivy-posframe.el | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/ivy-posframe.el b/ivy-posframe.el
index 879908c..1dd4285 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -184,14 +184,6 @@ When 0, no border is showed."
   :group 'ivy-posframe
   :type 'string)
 
-(defcustom ivy-posframe-configure-alist
-  `(,@(when ivy-posframe-height
-        `(ivy-height-alist . ((t . ,ivy-posframe-height))))
-    (ivy-display-functions-alist . ((t . ivy-posframe-display))))
-  "The ivy configuration alist."
-  :group 'ivy-posframe
-  :type 'sexp)
-
 (defcustom ivy-posframe-height-alist nil
   "The `ivy-height-alist' while working ivy-posframe."
   :group 'ivy-posframe

Reply via email to