]> diplodocus.org Git - nmh/commitdiff
Removed a few more msh (MS_MSH and mshproc) and vmh (vmhproc) relics.
authorDavid Levine <levinedl@acm.org>
Fri, 13 Feb 2015 02:03:11 +0000 (20:03 -0600)
committerDavid Levine <levinedl@acm.org>
Fri, 13 Feb 2015 02:03:11 +0000 (20:03 -0600)
config/config.c
h/mh.h

index 5c0591ca42fc5ec1b7071c7d147f8028494cb4db..919c1eecf31ff2e5df28261a576d5a53b8a63ce2 100644 (file)
@@ -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 b8c60ca80c86d067eeca787201fface5a1c505ad..4b3818c00d35d6c0b2e5a7a3643221a7b0bdce96 100644 (file)
--- 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 */