diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-02-26 04:45:22 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-02-26 04:45:22 +0800 |
commit | bcae81e843f55fc25b2e1cde637bae54f3ac73e8 (patch) | |
tree | 2ea7fc98d4630d1c1d07a611e94cf023582ddff4 /camel/Makefile.am | |
parent | 35bce8194110451a354c31be4cf22c5f965b48c5 (diff) | |
download | gsoc2013-evolution-bcae81e843f55fc25b2e1cde637bae54f3ac73e8.tar.gz gsoc2013-evolution-bcae81e843f55fc25b2e1cde637bae54f3ac73e8.tar.zst gsoc2013-evolution-bcae81e843f55fc25b2e1cde637bae54f3ac73e8.zip |
removed unused filter code that was wrong anyway
svn path=/trunk/; revision=20058
Diffstat (limited to 'camel/Makefile.am')
-rw-r--r-- | camel/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/camel/Makefile.am b/camel/Makefile.am index 119798b233..c78c9046f4 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -55,7 +55,6 @@ libcamel_la_SOURCES = \ camel-mime-filter-bestenc.c \ camel-mime-filter-basic.c \ camel-mime-filter-charset.c \ - camel-mime-filter-chomp.c \ camel-mime-filter-canon.c \ camel-mime-filter-crlf.c \ camel-mime-filter-enriched.c \ @@ -157,7 +156,6 @@ libcamelinclude_HEADERS = \ camel-mime-filter-bestenc.h \ camel-mime-filter-basic.h \ camel-mime-filter-charset.h \ - camel-mime-filter-chomp.h \ camel-mime-filter-canon.h \ camel-mime-filter-crlf.h \ camel-mime-filter-enriched.h \ |