From: markus schnalke Date: Thu, 22 Mar 2012 09:56:46 +0000 (+0100) Subject: Querying the pager here is not necessary. X-Git-Tag: mmh-thesis-end~257 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=865335e03bab5e0ceb47a4d20564c3afb3de30c4 Querying the pager here is not necessary. --- diff --git a/sbr/readconfig.c b/sbr/readconfig.c index 09cc4bd..048ae4b 100644 --- a/sbr/readconfig.c +++ b/sbr/readconfig.c @@ -28,7 +28,6 @@ static struct procstr procs[] = { { "lproc", &lproc }, { "mailproc", &mailproc }, { "mhlproc", &mhlproc }, - { "pager", &defaultpager }, { "postproc", &postproc }, { "rmmproc", &rmmproc }, { "sendmail", &sendmail },