(mime-view-display-message): Abolish unused local variable 'ctype.
authormorioka <morioka>
Sat, 11 Apr 1998 22:26:38 +0000 (22:26 +0000)
committermorioka <morioka>
Sat, 11 Apr 1998 22:26:38 +0000 (22:26 +0000)
(mime-view-display-entity): Abolish unused local variable 'ctype.

mime-view.el

index 19978de..ef1d67d 100644 (file)
@@ -648,11 +648,6 @@ The compressed face will be piped to this command.")
         (end (mime-entity-point-max message-info))
         (media-type (mime-entity-media-type message-info))
         (media-subtype (mime-entity-media-subtype message-info))
-        (ctype (if media-type
-                   (if media-subtype
-                       (format "%s/%s" media-type media-subtype)
-                     (symbol-name media-type)
-                     )))
         (params (mime-entity-parameters message-info))
         (encoding (mime-entity-encoding message-info))
         end-of-header e nb ne subj)
@@ -731,11 +726,6 @@ The compressed face will be piped to this command.")
         (end (mime-entity-point-max entity))
         (media-type (mime-entity-media-type entity))
         (media-subtype (mime-entity-media-subtype entity))
-        (ctype (if media-type
-                   (if media-subtype
-                       (format "%s/%s" media-type media-subtype)
-                     (symbol-name media-type)
-                     )))
         (params (mime-entity-parameters entity))
         (encoding (mime-entity-encoding entity))
         end-of-header e nb ne subj)