branch: externals/company
commit c09e7ff23d0d3e1927eb13c312d90aefd6b731b9
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>
Remove unused variable
---
company.el | 8 --------
1 file changed, 8 deletions(-)
diff --git a/company.el b/company.el
index d460b88..12cbb17 100644
--- a/company.el
+++ b/company.el
@@ -2016,14 +2016,6 @@ uses the search string to filter the completion
candidates."
(interactive)
(company-search-mode 1))
-(defvar company-filter-map
- (let ((keymap (make-keymap)))
- (define-key keymap [remap company-search-printing-char]
- 'company-filter-printing-char)
- (set-keymap-parent keymap company-search-map)
- keymap)
- "Keymap used for incrementally searching the completion candidates.")
-
(defun company-filter-candidates ()
"Start filtering the completion candidates incrementally.
This works the same way as `company-search-candidates' immediately