branch: elpa/anzu
commit 69518308a0621056343be28686030e8e1f52b2c8
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Remove needless customization variable
---
anzu.el | 6 ------
1 file changed, 6 deletions(-)
diff --git a/anzu.el b/anzu.el
index 9a11da338b..73f44dfa81 100644
--- a/anzu.el
+++ b/anzu.el
@@ -35,12 +35,6 @@
:type 'string
:group 'anzu)
-(defcustom anzu-mode-line-format "(%s/%s)"
- "Format string of mode-line. This value should have two `%d'
-First `%d' is current position, second `%d' is total number of matched"
- :type 'string
- :group 'anzu)
-
(defcustom anzu-mode-line-update-function nil
"Function which return mode-line string"
:type 'function