X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=config%2Fconfig.c;h=90c14101971cdc075ad5ad1c0f5476afd5abe8e5;hp=bfdc242f722278d0882575e8d202e8a5b9b8aac4;hb=8cc6b9bed04847a5675f5eec39938b4e242b0b2d;hpb=3b91e463fc7a4db9e7b69e2e0f4f7909339beea5 diff --git a/config/config.c b/config/config.c index bfdc242..90c1410 100644 --- a/config/config.c +++ b/config/config.c @@ -147,12 +147,6 @@ char *defaulteditor = "vi"; char *rmmproc = NULL; /* -** This program is usually called by the user's whatnowproc, but it -** may also be called directly to send a message previously composed. - */ -char *sendproc = NMHBINDIR"/send"; - -/* ** This program is called after comp, et. al., have built a draft */ char *whatnowproc = NMHBINDIR"/whatnow";