diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-23 03:22:36 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-23 03:22:36 +0800 |
commit | c18d9431a7eb81d7e200b2a571e84a9fd4aeafbb (patch) | |
tree | b07d0a14a95adbfef2c7d95b7cbbc02d82e53d65 /mbbsd/board.c | |
parent | 147904d69739fa27a6f181e9e7493ea4462b470c (diff) | |
download | pttbbs-c18d9431a7eb81d7e200b2a571e84a9fd4aeafbb.tar pttbbs-c18d9431a7eb81d7e200b2a571e84a9fd4aeafbb.tar.gz pttbbs-c18d9431a7eb81d7e200b2a571e84a9fd4aeafbb.tar.bz2 pttbbs-c18d9431a7eb81d7e200b2a571e84a9fd4aeafbb.tar.lz pttbbs-c18d9431a7eb81d7e200b2a571e84a9fd4aeafbb.tar.xz pttbbs-c18d9431a7eb81d7e200b2a571e84a9fd4aeafbb.tar.zst pttbbs-c18d9431a7eb81d7e200b2a571e84a9fd4aeafbb.zip |
remove useless codesPtt.read@1812
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1811 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r-- | mbbsd/board.c | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c index fed652bb..2cbd6df5 100644 --- a/mbbsd/board.c +++ b/mbbsd/board.c @@ -95,27 +95,6 @@ HasPerm(boardheader_t * bptr) return 1; } -#if 0 -static int -have_author(char *brdname) -{ - char dirname[100]; - - snprintf(dirname, sizeof(dirname), - "¥¿¦b·j´M§@ªÌ[33m%s[m ¬ÝªO:[1;33m%s[0m.....", - currauthor, brdname); - move(b_lines, 0); - clrtoeol(); - outs(dirname); - refresh(); - - setbdir(dirname, brdname); - str_lower(currowner, currauthor); - - return search_rec(dirname, cmpfowner); -} -#endif - static int check_newpost(boardstat_t * ptr) { /* Ptt §ï */ |