From: markus schnalke Date: Sat, 11 Feb 2012 21:29:39 +0000 (+0100) Subject: Now truly: Removed the unused variable mhlforward. X-Git-Tag: mmh-thesis-end~301 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=3e1e29cd0fdaf54117d35f27525fb440e854ed0e Now truly: Removed the unused variable mhlforward. --- 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..23b340a 100644 --- a/h/mh.h +++ b/h/mh.h @@ -308,7 +308,6 @@ extern char *mailproc; extern char *mailspool; extern char *mh_seq; extern char *mhlformat; -extern char *mhlforward; extern char *mhlproc; extern char *mhlreply; extern char *mimetypequery;