contrib: pick: remove unused variable

This variable was needed at one point for the async parser but is not
needed anymore.
This commit is contained in:
Mark Walters 2013-07-01 08:54:02 +01:00 committed by David Bremner
parent 8c33fde83e
commit 3d772a0a85

View file

@ -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)