From: markus schnalke Date: Sat, 11 Feb 2012 21:24:21 +0000 (+0100) Subject: Removed unused mhlforward var. X-Git-Tag: mmh-thesis-end~303 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=4fbe60b6406be5253f50cc35b9d10e11f244da6f Removed unused mhlforward var. --- diff --git a/config/config.c b/config/config.c index 20c62f5..3515dd0 100644 --- a/config/config.c +++ b/config/config.c @@ -62,8 +62,7 @@ char *digestcomps = "digestcomps"; /* forw -digest */ /* standard format (filter) files */ char *mhlformat = "mhl.format"; /* show */ -char *mhlreply = "mhl.reply"; /* repl -filter */ -char *mhlforward = "mhl.forward"; /* forw -filter */ +char *mhlreply = "mhl.reply"; /* repl */ /* diff --git a/h/mh.h b/h/mh.h index 2775db8..0903267 100644 --- a/h/mh.h +++ b/h/mh.h @@ -307,7 +307,6 @@ extern char *mhetcdir; extern char *mailproc; extern char *mailspool; extern char *mh_seq; -extern char *mhlformat; extern char *mhlforward; extern char *mhlproc; extern char *mhlreply;