X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=compress.c;h=87d8e4fc0c3325cdd1d510172beb799709987f65;hp=01be9d3d6e5b2c43dec930182537bbdccde9122a;hb=b934795055e8c16e6cb7c9687a4dce815cb300e6;hpb=ae0ce4dfcafa0c3820f107c5bfa8bd06e5272b57 diff --git a/compress.c b/compress.c index 01be9d3..87d8e4f 100644 --- a/compress.c +++ b/compress.c @@ -14,8 +14,6 @@ #include "mutt.h" -#ifdef USE_COMPRESSED - #include "mx.h" #include "mbox.h" #include "mutt_curses.h" @@ -487,5 +485,3 @@ mx_t* compress_reg_mx (void) { fmt->mx_open_mailbox = mutt_open_read_compressed; return (fmt); } - -#endif /* USE_COMPRESSED */