summaryrefslogtreecommitdiffstats
path: root/mbbsd/more.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/more.c')
-rw-r--r--mbbsd/more.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mbbsd/more.c b/mbbsd/more.c
index 00abacfd..342d457b 100644
--- a/mbbsd/more.c
+++ b/mbbsd/more.c
@@ -34,7 +34,9 @@ static char * const more_help[] = {
NULL
};
+#if DEPRECATED__UNUSED
int beep = 0;
+#endif
static void
more_goto(int fd, struct MorePool *mp, off_t off)
@@ -263,10 +265,12 @@ more(char *fpath, int promptend)
}
outc('\n');
+#if DEPRECATED__UNUSED
if (beep) {
bell();
beep = 0;
}
+#endif
if (line < b_lines) /* ¤@¯ë¸ê®ÆŪ¨ú */
line++;