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

    remove unnesessary code
---
 ivy-posframe.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ivy-posframe.el b/ivy-posframe.el
index 0aa6f70..954a2f1 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -500,7 +500,6 @@ selection, non-nil otherwise."
        `(progn
           ,@(mapcan
              (lambda (conf) (mapcar (lambda (elm) `(setq ,(car conf) (remove 
',elm ,(car conf)))) (cdr conf))) configures)
-          ,@(mapcar (lambda (elm) `(setq ivy-display-functions-alist (delete 
',elm ivy-display-functions-alist))) configures)
           ,@(mapcar (lambda (elm) `(push '(,elm :cleanup ignore) 
ivy-display-functions-props)) fncs)
           ,@(mapcar (lambda (elm) `(advice-remove ',(car elm) #',(cdr elm))) 
advs))))))
 

Reply via email to