branch: master
commit d83567e01e7b841ca41a707f485cb3f75a427654
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
counsel.el (counsel-locate-options): Remove obsolete var
Obsolete since a50f668 (4 month ago).
---
counsel.el | 7 -------
1 file changed, 7 deletions(-)
diff --git a/counsel.el b/counsel.el
index 5bb9c3b..3f7396a 100644
--- a/counsel.el
+++ b/counsel.el
@@ -1312,13 +1312,6 @@ When INITIAL-INPUT is non-nil, use it in the minibuffer
during completion."
(substring url 1)))))))
;;** `counsel-locate'
-(defcustom counsel-locate-options nil
- "Command line options for `locate`."
- :group 'ivy
- :type '(repeat string))
-
-(make-obsolete-variable 'counsel-locate-options 'counsel-locate-cmd "0.7.0")
-
(defcustom counsel-locate-cmd (cond ((eq system-type 'darwin)
'counsel-locate-cmd-noregex)
((and (eq system-type 'windows-nt)