From c012f02e7843775039c378d257be6b7782a4ede9 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Tue, 8 Jul 2003 10:19:34 +0000 Subject: [PATCH] Moved clearline() method to con_out.cpp. --- src/sbbs3/listfile.cpp | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/sbbs3/listfile.cpp b/src/sbbs3/listfile.cpp index 630899d7f1..264eb03405 100644 --- a/src/sbbs3/listfile.cpp +++ b/src/sbbs3/listfile.cpp @@ -494,20 +494,6 @@ bool sbbs_t::listfile(char *fname, char HUGE16 *buf, uint dirnum return(true); } -void sbbs_t::clearline(void) -{ - int i; - - outchar(CR); - if(useron.misc&ANSI) - bputs("\x1b[K"); - else { - for(i=0;i<79;i++) - outchar(SP); - outchar(CR); - } -} - /****************************************************************************/ /* Remove credits from uploader of file 'f' */ /****************************************************************************/ -- GitLab