summaryrefslogtreecommitdiffstats
path: root/mbbsd/dark.c
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-24 04:22:40 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-24 04:22:40 +0800
commit9638054c27af6c986d72ffe416152208fb8da006 (patch)
tree433865fa71ad3b574f6ee83dae52b03a57972723 /mbbsd/dark.c
parenta115db7e89c83779769f07044b4b3bb914bcef13 (diff)
downloadpttbbs-9638054c27af6c986d72ffe416152208fb8da006.tar
pttbbs-9638054c27af6c986d72ffe416152208fb8da006.tar.gz
pttbbs-9638054c27af6c986d72ffe416152208fb8da006.tar.bz2
pttbbs-9638054c27af6c986d72ffe416152208fb8da006.tar.lz
pttbbs-9638054c27af6c986d72ffe416152208fb8da006.tar.xz
pttbbs-9638054c27af6c986d72ffe416152208fb8da006.tar.zst
pttbbs-9638054c27af6c986d72ffe416152208fb8da006.zip
two mouts
clean one mouts git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1835 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/dark.c')
-rw-r--r--mbbsd/dark.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/mbbsd/dark.c b/mbbsd/dark.c
index 65fd85ab..e26dd890 100644
--- a/mbbsd/dark.c
+++ b/mbbsd/dark.c
@@ -33,14 +33,6 @@ brdswap(sint y, sint x, sint ly, sint lx)
brd[ly][lx].value = -1;
}
-static void
-mouts(sint y, sint x, char *s)
-{
- move(y, x);
- clrtoeol();
- prints("%s", s);
-}
-
static sint
Is_win(item att, item det, sint y, sint x, sint ly, sint lx)
{