Remove unused code
[mmh] / sbr / seq_msgstats.c
index 50ae7c6..7ffbde1 100644 (file)
@@ -142,13 +142,6 @@ unset_selected(struct msgs *mp, int msgnum)
        }
 }
 
-void
-unset_unseen(struct msgs *mp, int msgnum)
-{
-       assert_msg_range(mp, msgnum);
-       mp->msgstats[msgnum - mp->lowoff] &= ~SELECT_UNSEEN;
-}
-
 
 /*
 **  private/public sequences