diff --git a/src/sbbs3/answer.cpp b/src/sbbs3/answer.cpp index 2504c7b716fe5dbde5cda7ecb0caa6a0c9fc06d3..ddc31a14ff785efa5fde0c8026ad47bdf1a55196 100644 --- a/src/sbbs3/answer.cpp +++ b/src/sbbs3/answer.cpp @@ -108,10 +108,6 @@ bool sbbs_t::answer() send_telnet_cmd(TELNET_WILL,TELNET_SUP_GA); } - /* if using xterm, set window title */ - sprintf(str,"\033]2;%s\007",cfg.sys_name); - putcom(str); - /* Detect terminal type */ mswait(200); rioctl(IOFI); /* flush input buffer */