From 3d772a0a85f64604993d55930a62eafa1ba0712d Mon Sep 17 00:00:00 2001 From: Mark Walters Date: Mon, 1 Jul 2013 08:54:02 +0100 Subject: [PATCH] contrib: pick: remove unused variable This variable was needed at one point for the async parser but is not needed anymore. --- contrib/notmuch-pick/notmuch-pick.el | 3 --- 1 file changed, 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) -- 2.43.0