Removed all POP support
[mmh] / h / msh.h
diff --git a/h/msh.h b/h/msh.h
index 201c7ec..585e50a 100644 (file)
--- a/h/msh.h
+++ b/h/msh.h
@@ -24,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;