From: Mark Walters Date: Mon, 1 Jul 2013 07:54:02 +0000 (+0100) Subject: contrib: pick: remove unused variable X-Git-Tag: 0.16_rc1~23 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=3d772a0a85f64604993d55930a62eafa1ba0712d;hp=8c33fde83e244d0d1fa37666795bb0dc482299cf contrib: pick: remove unused variable This variable was needed at one point for the async parser but is not needed anymore. --- 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)