Remove unused code
[apps/madmutt.git] / copy.c
diff --git a/copy.c b/copy.c
index d386400..5e0b7db 100644 (file)
--- a/copy.c
+++ b/copy.c
@@ -239,11 +239,6 @@ mutt_copy_hdr (FILE* in, FILE* out, off_t off_start, off_t off_end,
   /* Now output the headers in order */
   for (x = 0; x < hdr_count; x++) {
     if (headers[x]) {
-#if 0
-      if (flags & CH_DECODE)
-        rfc2047_decode (&headers[x]);
-#endif
-
       /* We couldn't do the prefixing when reading because RFC 2047
        * decoding may have concatenated lines.
        */