emacs: remove no longer used functions from notmuch-show.el

Remove `notmuch-show-move-past-invisible-backward' and
`notmuch-show-move-past-invisible-forward' functions which are
unused.
This commit is contained in:
Dmitry Kurochkin 2011-11-06 13:04:00 +04:00 committed by David Bremner
parent 6e6cb68b80
commit 8809e09dcc

View file

@ -1016,14 +1016,6 @@ All currently available key bindings:
(notmuch-show-move-to-message-top)
t))
(defun notmuch-show-move-past-invisible-forward ()
(while (point-invisible-p)
(forward-char)))
(defun notmuch-show-move-past-invisible-backward ()
(while (point-invisible-p)
(backward-char)))
;; Functions relating to the visibility of messages and their
;; components.