summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index 55cc297d..5fe06b62 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -222,8 +222,6 @@ readdoent(int num, fileheader_t * ent)
outs(" \033[1;31m¸m©³\033[m");
else if (ent->filemode & FILE_DIGEST)
outs(" \033[1;32m¤åºK\033[m");
- else if (ent->filemode & FILE_MARKED)
- prints("\033[1;33m%6d\033[m", num);
else
prints("%6d", num);