Removed unused and not compiling program wmh.
[mmh] / h / msh.h
diff --git a/h/msh.h b/h/msh.h
index c6b0fa5..585e50a 100644 (file)
--- a/h/msh.h
+++ b/h/msh.h
@@ -1,8 +1,6 @@
 
 /*
  * msh.h -- definitions for msh
- *
- * $Id$
  */
 
 /* flags for stream */
@@ -26,14 +24,6 @@ struct Cmd {
 
 #define CUR (1 << (FFATTRSLOT + NUMATTRS - 1))
 
-#ifdef BPOP
-# define VIRTUAL SELECT_EMPTY
-
-# define is_virtual(mp,msgnum)    ((mp)->msgstats[msgnum] & VIRTUAL)
-# define unset_virtual(mp,msgnum) ((mp)->msgstats[msgnum] &= ~VIRTUAL)
-# define set_virtual(mp,msgnum)   ((mp)->msgstats[msgnum] |= VIRTUAL)
-#endif
-
 struct Msg {
     struct drop m_drop;
     char *m_scanl;