瀏覽代碼

Remove unused function

Ryan C. Thompson 7 年之前
父節點
當前提交
d1dccf2c27
共有 1 個文件被更改,包括 0 次插入4 次删除
  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+))