aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorGravatar Mark Walters <markwalters1009@gmail.com>2013-07-01 08:54:02 +0100
committerGravatar David Bremner <bremner@debian.org>2013-07-04 00:37:37 -0300
commit3d772a0a85f64604993d55930a62eafa1ba0712d (patch)
tree5338168099ce5445ab80b7483e16dcf77680e2d3 /contrib
parent8c33fde83e244d0d1fa37666795bb0dc482299cf (diff)
contrib: pick: remove unused variable
This variable was needed at one point for the async parser but is not needed anymore.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/notmuch-pick/notmuch-pick.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el
index 29815083..25ea4c2b 100644
--- a/contrib/notmuch-pick/notmuch-pick.el
+++ b/contrib/notmuch-pick/notmuch-pick.el
@@ -187,9 +187,6 @@ if the user has loaded a different buffer in that window.")
(make-variable-buffer-local 'notmuch-pick-message-buffer)
(put 'notmuch-pick-message-buffer 'permanent-local t)
-(defvar notmuch-pick-process-state nil
- "Parsing state of the search process filter.")
-
(defvar notmuch-pick-mode-map
(let ((map (make-sparse-keymap)))
(define-key map [mouse-1] 'notmuch-pick-show-message)