Explorar el Código

Remove unused function

Ryan C. Thompson hace 7 años
padre
commit
d1dccf2c27
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      ido-completing-read+.el

+ 0 - 4
ido-completing-read+.el

@@ -402,10 +402,6 @@ https://github.com/DarwinAwardWinner/ido-completing-read-plus/issues"
   "Returns non-nil if ido-cr+ is currently using the minibuffer."
   (>= ido-cr+-minibuffer-depth (minibuffer-depth)))
 
-(defsubst ido-cr+-default-was-provided ()
-  "Returns non-nil if ido-cr+ was passed a non-nil default argument."
-  (and (nth 6 ido-cr+-orig-completing-read-args)))
-
 (defun ido-cr+--called-from-completing-read ()
   "Returns non-nil if the most recent call to ido-cr+ was from `completing-read'."
   (equal (cadr (backtrace-frame 1 'ido-completing-read+))