Function `mime-hide-echo-buffer' was moved to mime-view.el.
authormorioka <morioka>
Thu, 27 Mar 1997 22:14:35 +0000 (22:14 +0000)
committermorioka <morioka>
Thu, 27 Mar 1997 22:14:35 +0000 (22:14 +0000)
mime-play.el

index 2e8c965..cc03e31 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;; Created: 1995/9/26 (separated from tm-view.el)
 ;;     Renamed: 1997/2/21 from tm-play.el
-;; Version: $Id: mime-play.el,v 0.35 1997-03-27 22:11:25 morioka Exp $
+;; Version: $Id: mime-play.el,v 0.36 1997-03-27 22:14:35 morioka Exp $
 ;; Keywords: MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -209,13 +209,6 @@ window.")
     (select-window the-win)
     ))
 
-(defsubst mime-hide-echo-buffer ()
-  "Hide mime-echo buffer."
-  (let ((win (get-buffer-window mime-echo-buffer-name)))
-    (if win
-       (delete-window win)
-      )))
-
 
 ;;; @ file name
 ;;;