# HG changeset patch # User Glenn Morris # Date 1220669236 0 # Node ID 6df439bc10a0d40166d1a02f886597c5b12c5a36 # Parent 19671b0b7b2c31f0313d65a7afc8e482c4b45466 (pmail-maybe-set-message-counters) (pmail-set-message-deleted-p): Remove unused declarations. diff -r 19671b0b7b2c -r 6df439bc10a0 lisp/mail/pmailkwd.el --- a/lisp/mail/pmailkwd.el Sat Sep 06 02:46:37 2008 +0000 +++ b/lisp/mail/pmailkwd.el Sat Sep 06 02:47:16 2008 +0000 @@ -67,11 +67,9 @@ (declare-function pmail-desc-get-start "pmaildesc" (n)) (declare-function pmail-desc-remove-keyword "pmaildesc" (keyword n)) (declare-function pmail-display-labels "pmail" ()) -(declare-function pmail-maybe-set-message-counters "pmail" ()) (declare-function pmail-message-labels-p "pmail" (msg labels)) (declare-function pmail-msgbeg "pmail" (n)) (declare-function pmail-set-attribute "pmail" (attr state &optional msgnum)) -(declare-function pmail-set-message-deleted-p "pmail" (n state)) (declare-function pmail-show-message "pmail" (&optional n no-summary)) (declare-function pmail-summary-exists "pmail" ()) (declare-function pmail-summary-update "pmailsum" (n))