From: David Levine Date: Fri, 13 Feb 2015 02:03:11 +0000 (-0600) Subject: Removed a few more msh (MS_MSH and mshproc) and vmh (vmhproc) relics. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/f66e1d2b0fc24c16fc18ab217a486ec27373cfc9?ds=sidebyside;hp=-c Removed a few more msh (MS_MSH and mshproc) and vmh (vmhproc) relics. --- f66e1d2b0fc24c16fc18ab217a486ec27373cfc9 diff --git a/config/config.c b/config/config.c index 5c0591ca..919c1eec 100644 --- a/config/config.c +++ b/config/config.c @@ -242,13 +242,6 @@ char *moreproc = NULL; char *mhlproc = nmhlibexecdir (/mhl); -/* - * This is the super handy BBoard reading program, which is - * really just the nmh shell program. - */ - -char *mshproc = nmhbindir (/msh); - /* * This program is called to pack a folder. */ @@ -299,13 +292,6 @@ char *showmimeproc = nmhbindir (/mhshow); char *showproc = nmhlibexecdir (/mhl); -/* - * This program is called by vmh as the back-end to the window management - * protocol - */ - -char *vmhproc = nmhbindir (/msh); - /* * This program is called after comp, et. al., have built a draft */ diff --git a/h/mh.h b/h/mh.h index b8c60ca8..4b3818c0 100644 --- a/h/mh.h +++ b/h/mh.h @@ -377,7 +377,6 @@ typedef struct m_getfld_state *m_getfld_state_t; #define MS_UNKNOWN 1 /* type not known yet */ #define MS_MBOX 2 /* Unix-style "from" lines */ #define MS_MMDF 3 /* string mmdlm2 */ -#define MS_MSH 4 /* whacko msh */ #define NOUSE 0 /* draft being re-used */