summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pttbbs/mbbsd/mbbsd.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/pttbbs/mbbsd/mbbsd.c b/pttbbs/mbbsd/mbbsd.c
index 3a683fc5..0aa6c3fa 100644
--- a/pttbbs/mbbsd/mbbsd.c
+++ b/pttbbs/mbbsd/mbbsd.c
@@ -1049,12 +1049,6 @@ setup_utmp(int mode)
strip_nonebig5((unsigned char *)currutmp->nickname, sizeof(currutmp->nickname));
strip_nonebig5((unsigned char *)currutmp->mind, sizeof(currutmp->mind));
-#ifdef EXP_CCW_TALK
- // magic number for temporary version validation... check talk.c
- currutmp->nonuse[1] = 'W';
- currutmp->nonuse[2] = 'T';
-#endif
-
// resolve fromhost
#if defined(WHERE)