From 4c981e1261a6eca1f301328688f6e05a0b3877d2 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Tue, 25 Oct 2005 20:31:44 +0000 Subject: [PATCH] Remove obsolete TODO comment. --- src/sbbs3/con_out.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/sbbs3/con_out.cpp b/src/sbbs3/con_out.cpp index 4e73837aba..c67d83e10c 100644 --- a/src/sbbs3/con_out.cpp +++ b/src/sbbs3/con_out.cpp @@ -229,8 +229,6 @@ void sbbs_t::outchar(char ch) #endif if(online==ON_REMOTE && console&CON_R_ECHO) { - /* TODO: If this replaces spaces, destructive backspace won't work */ - /* if it doesn't, a space is displayed as a space */ if(console&CON_R_ECHOX && (uchar)ch>=' ' && !outchar_esc) { ch=text[YN][3]; if(text[YN][2]==0 || ch==0) ch='X'; -- GitLab